File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 PROJECT_NAME : coreutils
1212 PROJECT_DESC : " Core universal (cross-platform) utilities"
1313 PROJECT_AUTH : " uutils"
14+ RUSTFLAGS : " -C force-unwind-tables=no -C strip=symbols -Clink-arg=-z -Clink-arg=pack-relative-relocs"
1415 CARGO_INCREMENTAL : 0
1516 # * style job configuration
1617 STYLE_FAIL_ON_FAULT : true # # (bool) fail the build if a style job contains a fault (error or warning); may be overridden on a per-job basis
@@ -144,7 +145,6 @@ jobs:
144145 run : |
145146 # Check that libstdbuf is present too
146147 mv target/release/deps/libstdbuf.so -t /tmp/individual/usr/local/bin
147- strip -s /tmp/individual/usr/local/bin/*
148148 ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin
149149 - name : Publish
150150 uses : softprops/action-gh-release@v3
You can’t perform that action at this time.
0 commit comments