File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
docs/maintainer/example_recipes Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,18 @@ 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
+ - if : unix
28
+ then :
29
+ - cargo auditable install --locked --no-track --bins --root "$PREFIX" --path .
30
+ else :
31
+ - cargo auditable install --locked --no-track --bins --root %PREFIX% --path .
32
+ - cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
32
33
33
34
requirements :
34
35
build :
You can’t perform that action at this time.
0 commit comments