Skip to content

Commit ad49768

Browse files
committed
chore: remove linux-musl build until issue is raised
1 parent 9c7c871 commit ad49768

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -87,42 +87,6 @@ jobs:
8787
cargo wix -p leetui --no-build --nocapture --output ./target/wix/leetui.msi
8888
ls -l ./target/wix/leetui.msi
8989
90-
build-linux-musl:
91-
runs-on: ubuntu-latest
92-
strategy:
93-
fail-fast: false
94-
matrix:
95-
rust: [nightly, stable, '1.70']
96-
continue-on-error: ${{ matrix.rust == 'nightly' }}
97-
steps:
98-
- uses: actions/checkout@master
99-
- name: Install Rust
100-
uses: actions-rs/toolchain@v1
101-
with:
102-
toolchain: ${{ matrix.rust }}
103-
profile: minimal
104-
default: true
105-
override: true
106-
target: x86_64-unknown-linux-musl
107-
108-
- name: Setup MUSL
109-
run: |
110-
sudo apt-get -qq install musl-tools && sudo apt-get -y install libssl-dev && sudo apt-get -y install pkg-config
111-
- name: Build Debug
112-
run: |
113-
cargo build --target=x86_64-unknown-linux-musl
114-
./target/x86_64-unknown-linux-musl/debug/leetui --version
115-
- name: Build Release
116-
run: |
117-
cargo build --release --target=x86_64-unknown-linux-musl
118-
./target/x86_64-unknown-linux-musl/release/leetui --version
119-
ls -l ./target/x86_64-unknown-linux-musl/release/leetui
120-
- name: Test
121-
run: |
122-
cargo test --workspace --target=x86_64-unknown-linux-musl
123-
- name: Test Install
124-
run: cargo install --path "." --force
125-
12690
linting:
12791
name: Lints
12892
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)