File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,25 @@ source:
1212build :
1313 number : 0
1414 script :
15- - if : unix
16- then : |
17- export CFLAGS="-D_BSD_SOURCE"
18- cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
19- cargo install --locked --path ./crates/codebook-lsp --root ${PREFIX}
20- else : |
21- cargo-bundle-licenses --format yaml --output %SRC_DIR%\THIRDPARTY.yml
22- cargo install --locked --path .\crates\codebook-lsp --root %PREFIX%
15+ env :
16+ CARGO_PROFILE_RELEASE_STRIP : symbols
17+ CARGO_PROFILE_RELEASE_LTO : fat
18+ content :
19+ - if : unix
20+ then : |
21+ export CFLAGS="-D_BSD_SOURCE"
22+ cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
23+ else : |
24+ cargo-bundle-licenses --format yaml --output %SRC_DIR%\THIRDPARTY.yml
25+ - cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path .
2326
2427requirements :
2528 build :
2629 - ${{ compiler('rust') }}
2730 - ${{ stdlib('c') }}
2831 - ${{ compiler('cxx') }}
2932 - cargo-bundle-licenses
33+ - cargo-auditable
3034
3135tests :
3236 - script :
You can’t perform that action at this time.
0 commit comments