File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
docs/maintainer/example_recipes Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,14 @@ source:
18
18
sha256 : 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
19
19
20
20
build :
21
- env :
22
- CARGO_PROFILE_RELEASE_STRIP : symbols
23
- CARGO_PROFILE_RELEASE_LTO : fat
24
- script :
25
- - if : unix
26
- then :
27
- - cargo auditable install --locked --no-track --bins --root "$PREFIX" --path .
28
- else :
29
- - cargo auditable install --locked --no-track --bins --root %PREFIX% --path .
30
- - cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
31
21
number : 0
22
+ script :
23
+ env :
24
+ CARGO_PROFILE_RELEASE_STRIP : symbols
25
+ CARGO_PROFILE_RELEASE_LTO : fat
26
+ content :
27
+ - cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path .
28
+ - cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
32
29
33
30
requirements :
34
31
build :
You can’t perform that action at this time.
0 commit comments