File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 38
38
target :
39
39
- x86_64-unknown-linux-gnu
40
40
- aarch64-unknown-linux-gnu
41
+ - x86_64-unknown-linux-musl
42
+ - aarch64-unknown-linux-musl
41
43
- x86_64-apple-darwin
42
44
- x86_64-pc-windows-msvc
43
45
- aarch64-apple-darwin
49
51
os : ubuntu-22.04
50
52
name : trunk-aarch64-unknown-linux-gnu.tar.gz
51
53
cross : " true"
54
+ - target : x86_64-unknown-linux-musl
55
+ os : ubuntu-22.04
56
+ name : trunk-x86_64-unknown-linux-musl.tar.gz
57
+ dependencies : musl-tools
58
+ - target : aarch64-unknown-linux-musl
59
+ os : ubuntu-22.04
60
+ name : trunk-aarch64-unknown-linux-musl.tar.gz
61
+ cross : " true"
52
62
- target : x86_64-apple-darwin
53
63
os : macos-12
54
64
name : trunk-x86_64-apple-darwin.tar.gz
78
88
target/
79
89
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
80
90
91
+ - name : Setup | Dependencies
92
+ if : matrix.dependencies != ''
93
+ run : |
94
+ sudo apt-get update
95
+ sudo apt-get install -y ${{ matrix.dependencies }}
96
+
81
97
- name : Setup | Rust
82
98
run : |
83
99
rustup toolchain install stable --target ${{ matrix.target }} --profile minimal
You can’t perform that action at this time.
0 commit comments