File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,23 @@ jobs:
17
17
rust_lint_toolchain : nightly-2020-07-12
18
18
rust_flags : ' '
19
19
rust_features : ' '
20
- rust_target_check : ' '
21
- rust_target_build : ' '
20
+ rust_target_check : ' aarch64-unknown-linux-gnu aarch64-unknown-linux-musl '
21
+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl '
22
22
rust_target_run : ' '
23
23
matrix :
24
24
windows :
25
25
imageName : ' windows-latest'
26
26
rust_target_run : ' x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu'
27
27
mac0 :
28
28
imageName : ' macos-latest'
29
+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-apple-ios'
29
30
rust_target_run : ' x86_64-apple-darwin'
30
31
mac1 :
31
32
imageName : ' macos-latest'
32
33
rust_toolchain : nightly
33
34
rust_features : ' ;nightly'
35
+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-apple-ios'
34
36
rust_target_run : ' x86_64-apple-darwin'
35
37
linux :
36
38
imageName : ' ubuntu-latest'
37
- rust_target_run : ' x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-unknown-linux-gnu aarch64-unknown-linux-musl '
39
+ rust_target_run : ' x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl'
You can’t perform that action at this time.
0 commit comments