Skip to content

Commit ad029a7

Browse files
authored
Update rust.yml to add other archs + musl
1 parent 4d68d2c commit ad029a7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
- os: ubuntu-latest
121121
TARGET: x86_64-unknown-linux-gnu
122122

123+
- os: ubuntu-latest
124+
TARGET: i686-unknown-linux-musl
125+
126+
- os: ubuntu-latest
127+
TARGET: x86_64-unknown-linux-musl
128+
123129
- os: windows-latest
124130
TARGET: x86_64-pc-windows-msvc
125131
EXTENSION: .exe
@@ -145,14 +151,6 @@ jobs:
145151
if: ${{ !contains(matrix.TARGET, 'linux') }}
146152
run: |
147153
cargo install cross
148-
149-
#- name: Nuke bugged gcc version
150-
# if: ${{ contains(matrix.TARGET, 'linux') }}
151-
# run: |
152-
# sudo apt-get remove gcc-9 || echo No gcc 9 to remove
153-
# sudo apt-get remove gcc-10 || echo No gcc 10 to remove
154-
# echo Checking cc version
155-
# cc --version
156154
157155
- name: Build
158156
run: |

0 commit comments

Comments
 (0)