Skip to content

Commit

Permalink
Optimize tests build artifact size by removing object files.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 8, 2023
1 parent 7ae7a54 commit 87dff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-contract-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ee make -j "$(nproc)" unit_test

# pack
ee popd
ee 'tar -czf ../contract-test.tar.gz build/*'
ee 'tar -czf ../contract-test.tar.gz --exclude="*.o" build/*'
ee popd

echo "Done! - ${0##*/}"

0 comments on commit 87dff73

Please sign in to comment.