File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
docs/maintainer/example_recipes Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,26 +18,25 @@ source:
18
18
sha256 : 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
19
19
20
20
build :
21
+ env :
22
+ CARGO_PROFILE_RELEASE_STRIP : symbols
23
+ CARGO_PROFILE_RELEASE_LTO : fat
21
24
script :
22
25
- if : unix
23
26
then :
24
- - export CARGO_PROFILE_RELEASE_STRIP=symbols
25
- - export CARGO_PROFILE_RELEASE_LTO=fat
26
27
- cargo auditable install --locked --no-track --bins --root "$PREFIX" --path .
27
28
else :
28
- - set CARGO_PROFILE_RELEASE_STRIP=symbols
29
- - set CARGO_PROFILE_RELEASE_LTO=fat
30
29
- cargo auditable install --locked --no-track --bins --root %PREFIX% --path .
31
30
- cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
32
31
number : 0
33
32
34
33
requirements :
35
34
build :
35
+ - ${{ stdlib('c') }}
36
+ - ${{ compiler('c') }}
36
37
- ${{ compiler('rust') }}
37
38
- cargo-bundle-licenses
38
39
- cargo-auditable
39
- - ${{ compiler('c') }}
40
- - ${{ stdlib('c') }}
41
40
42
41
tests :
43
42
- script : example-package --help
You can’t perform that action at this time.
0 commit comments