Skip to content

Commit

Permalink
Temporarly disable CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Sep 29, 2023
1 parent 6f970b9 commit b2153b4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@ jobs:
os: ubuntu-latest
no-zstd-thin: true

- target: aarch64-unknown-linux-musl
os: ubuntu-latest
no-zstd-thin: true
# - target: aarch64-unknown-linux-musl
# os: ubuntu-latest
# no-zstd-thin: true

- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
no-zstd-thin: true
# - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
# no-zstd-thin: true

- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
no-zstd-thin: true
# - target: armv7-unknown-linux-musleabihf
# os: ubuntu-latest
# no-zstd-thin: true

- target: x86_64-apple-darwin
os: macos-latest

- target: x86_64-pc-windows-gnu
os: windows-latest
no-zstd-thin: true
ext: .exe
# - target: x86_64-pc-windows-gnu
# os: windows-latest
# no-zstd-thin: true
# ext: .exe

- target: x86_64-pc-windows-msvc
os: windows-latest
ext: .exe
# - target: x86_64-pc-windows-msvc
# os: windows-latest
# ext: .exe

- target: aarch64-pc-windows-msvc
os: windows-latest
ext: .exe
skip-test: true
# - target: aarch64-pc-windows-msvc
# os: windows-latest
# ext: .exe
# skip-test: true

- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand Down

0 comments on commit b2153b4

Please sign in to comment.