Skip to content

Commit

Permalink
chore: Disable musl builds until the fix of linking X11 libs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 2, 2021
1 parent d3530c1 commit 21122f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux-gnu, linux-musl, win-gnu, win-msvc, win32-msvc, macos]
build: [linux-gnu, win-gnu, win-msvc, win32-msvc, macos]
include:
- build: linux-gnu
os: ubuntu-18.04
toolchain: stable
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-18.04
toolchain: stable
target: x86_64-unknown-linux-musl
- build: win-gnu
os: windows-2019
toolchain: stable
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux-gnu, linux-musl, win-gnu, win-msvc, win32-msvc, macos]
build: [linux-gnu, win-gnu, win-msvc, win32-msvc, macos]
include:
- build: linux-gnu
os: ubuntu-18.04
toolchain: stable
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-18.04
toolchain: stable
target: x86_64-unknown-linux-musl
- build: win-gnu
os: windows-2019
toolchain: stable
Expand Down

0 comments on commit 21122f8

Please sign in to comment.