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 4950063 commit 65d1229
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
no-zstd-thin: true
# - target: aarch64-unknown-linux-gnu
# 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 65d1229

Please sign in to comment.