File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,20 @@ jobs:
64
64
- build : nightly
65
65
os : ubuntu-latest
66
66
rust : nightly
67
- - build : stable-musl
68
- os : ubuntu-latest
69
- rust : stable
70
- target : x86_64-unknown-linux-musl
71
- - build : stable-x86
72
- os : ubuntu-latest
73
- rust : stable
74
- target : i686-unknown-linux-gnu
75
- - build : stable-aarch64
76
- os : ubuntu-latest
77
- rust : stable
78
- target : aarch64-unknown-linux-gnu
67
+ # Disable qemu targets until resolving qemu-run binary
68
+ # access to ssh-agent and ssh-add
69
+ # - build: stable-musl
70
+ # os: ubuntu-latest
71
+ # rust: stable
72
+ # target: x86_64-unknown-linux-musl
73
+ # - build: stable-x86
74
+ # os: ubuntu-latest
75
+ # rust: stable
76
+ # target: i686-unknown-linux-gnu
77
+ # - build: stable-aarch64
78
+ # os: ubuntu-latest
79
+ # rust: stable
80
+ # target: aarch64-unknown-linux-gnu
79
81
- build : macos
80
82
os : macos-latest
81
83
rust : nightly
You can’t perform that action at this time.
0 commit comments