Commit 596bb19 1 parent c15b0ff commit 596bb19 Copy full SHA for 596bb19
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
18
18
matrix :
19
19
settings :
20
20
- host : macos-latest
21
+ container-options : " --rm"
21
22
target : " aarch64-apple-darwin"
22
23
- host : macos-latest
23
24
target : " x86_64-apple-darwin"
24
25
- host : ubuntu-latest
26
+ container-options : " --rm"
25
27
target : " aarch64-unknown-linux-gnu"
26
28
setup : |
27
29
sudo apt update
31
33
echo "CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++" >> $GITHUB_ENV
32
34
- host : ubuntu-latest
33
35
target : " x86_64-unknown-linux-gnu"
36
+ container-options : " --rm"
34
37
container : amazon/aws-lambda-nodejs:18
35
38
install : |
36
39
yum install -y gcc gcc-c++ git
40
43
pnpm install
41
44
- host : ubuntu-latest
42
45
target : " aarch64-unknown-linux-musl"
46
+ container-options : " --rm"
43
47
install : |
44
48
apt-get update
45
49
apt-get install -y curl musl-tools
48
52
pnpm install
49
53
- host : ubuntu-latest
50
54
target : " x86_64-unknown-linux-musl"
55
+ container-options : " --rm"
51
56
install : |
52
57
apt-get update
53
58
apt-get install -y curl musl-tools
66
71
rust-build-env : ' CC_aarch64_unknown_linux_musl=clang AR_aarch64_unknown_linux_musl=llvm-ar RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"'
67
72
setup : " sudo apt-get update && sudo apt-get install -y build-essential musl-tools clang llvm gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu"
68
73
- host : windows-latest
74
+ container-options : " --rm"
69
75
target : " aarch64-pc-windows-msvc"
70
76
- host : windows-latest
77
+ container-options : " --rm"
71
78
target : " x86_64-pc-windows-msvc"
72
79
73
80
runs-on : ${{ matrix.settings.host }}
You can’t perform that action at this time.
0 commit comments