comment out temporary musl build
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -43,13 +43,13 @@ jobs:
|
||||
# - name: Intel mac Build
|
||||
# run: cross build --verbose --target x86_64-apple-darwin
|
||||
- name: Setup build lib
|
||||
run: sudo apt install -y musl-gcc && mingw-w64
|
||||
run: sudo apt install -y mingw-w64
|
||||
- name: x86-64-windows(msvc) Build
|
||||
run: cross build --verbose --target x86_64-pc-windows-msvc
|
||||
- name: i686-windows(msvc) Build
|
||||
run: cross build --verbose --target i686-pc-windows-msvc
|
||||
- name: Linux musl Build
|
||||
run: cross build --verbose --target x86_64-unknown-linux-musl
|
||||
# - name: Linux musl Build
|
||||
# run: cross build --verbose --target x86_64-unknown-linux-musl
|
||||
- name: Run tests
|
||||
env:
|
||||
RUST_TEST_THREADS: 1
|
||||
|
||||
Reference in New Issue
Block a user