Skip to content

Commit 15bdb0e

Browse files
committed
test: temporarily disable cross qemu tests
qemu-run binaries don't have access to ssh-agent or ssh-add, needed for integration test. Signed-off-by: Ross Williams <[email protected]>
1 parent 1145aa3 commit 15bdb0e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,20 @@ jobs:
6464
- build: nightly
6565
os: ubuntu-latest
6666
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
7981
- build: macos
8082
os: macos-latest
8183
rust: nightly

0 commit comments

Comments
 (0)