File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ build:
1616 CARGO_PROFILE_RELEASE_STRIP : symbols
1717 CARGO_PROFILE_RELEASE_LTO : fat
1818 content :
19- - if : unix
19+ - if : linux
2020 then :
21- - cargo auditable install --locked --no-track --bins --all-features --root ${{ PREFIX }} --path cli
21+ - cargo auditable install --locked --no-track --bins --features jemalloc --root ${{ PREFIX }} --path cli
22+ else if : unix
23+ - cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path cli
2224 else :
23- - cargo auditable install --locked --no-track --bins --all-features -- root %LIBRARY_PREFIX% --path cli
25+ - cargo auditable install --locked --no-track --bins --root %LIBRARY_PREFIX% --path cli
2426 - cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
2527
2628requirements :
@@ -31,6 +33,8 @@ requirements:
3133 - cargo-bundle-licenses
3234 - cargo-auditable
3335 - pkg-config
36+ - if : linux
37+ then : make
3438
3539tests :
3640 - script :
You can’t perform that action at this time.
0 commit comments