Skip to content

Commit

Permalink
misc: disable some cross tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <[email protected]>
  • Loading branch information
Miaxos committed Jan 10, 2024
1 parent b542ff6 commit adb5854
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ jobs:
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
- build: stable-x86
os: ubuntu-latest
rust: stable
target: i686-unknown-linux-gnu
- build: stable-aarch64
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
- build: stable-powerpc64
os: ubuntu-latest
rust: stable
target: powerpc64-unknown-linux-gnu
- build: stable-s390x
os: ubuntu-latest
rust: stable
target: s390x-unknown-linux-gnu
# - build: stable-x86
# os: ubuntu-latest
# rust: stable
# target: i686-unknown-linux-gnu
# - build: stable-aarch64
# os: ubuntu-latest
# rust: stable
# target: aarch64-unknown-linux-gnu
# - build: stable-powerpc64
# os: ubuntu-latest
# rust: stable
# target: powerpc64-unknown-linux-gnu
# - build: stable-s390x
# os: ubuntu-latest
# rust: stable
# target: s390x-unknown-linux-gnu
- build: macos
os: macos-latest
rust: nightly
Expand Down
4 changes: 4 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build.env]
passthrough = [
"RUST_BACKTRACE",
]

0 comments on commit adb5854

Please sign in to comment.