Skip to content

Commit b06127e

Browse files
committed
ci: disable some unused targets
1 parent df0c38e commit b06127e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,9 @@ jobs:
2525
- os: ubuntu-latest
2626
target: x86_64-unknown-linux-gnu
2727
code-target: linux-x64
28-
- os: ubuntu-latest
29-
target: x86_64-unknown-linux-musl
30-
code-target: linux-x64
31-
- os: ubuntu-latest
32-
target: i686-unknown-linux-musl
33-
code-target: linux-x64
3428
- os: ubuntu-latest
3529
target: aarch64-unknown-linux-gnu
3630
code-target: linux-arm64
37-
- os: ubuntu-latest
38-
target: aarch64-unknown-linux-musl
39-
code-target: linux-arm64
40-
- os: ubuntu-latest
41-
target: arm-unknown-linux-gnueabihf
42-
code-target: linux-armhf
4331
- os: macos-latest
4432
target: x86_64-apple-darwin
4533
code-target: darwin-x64
@@ -56,12 +44,6 @@ jobs:
5644
- name: Install GCC arm64 (linux)
5745
if: startsWith(matrix.target, 'aarch64-unknown-linux')
5846
run: sudo apt-get update && sudo apt-get install gcc-aarch64-linux-gnu
59-
- name: Install GCC armhf (linux)
60-
if: matrix.target == 'arm-unknown-linux-gnueabihf'
61-
run: sudo apt-get update && sudo apt-get install gcc-arm-linux-gnueabihf
62-
- name: Install i686 glibc (linux)
63-
if: matrix.target == 'i686-unknown-linux-musl'
64-
run: sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386
6547
- run: cargo build --target ${{ matrix.target }} --release
6648
- name: Archive
6749
shell: bash

0 commit comments

Comments
 (0)