Skip to content

Commit 6a5c9cb

Browse files
committed
squash! use x86 alpine buildbot
1 parent 67956c6 commit 6a5c9cb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- { os: ubuntu-latest, configType: asan+ubsan, runTest262: true }
5959
- { os: ubuntu-latest, configType: msan }
6060
- { os: ubuntu-latest, configType: tcc }
61-
- { os: ubuntu-latest, arch: x86 }
62-
- { os: ubuntu-latest, arch: i686 }
61+
- { os: ubuntu-latest, arch: x86, runTest262: true }
6362
- { os: ubuntu-latest, arch: riscv64 }
6463
- { os: ubuntu-latest, arch: s390x }
6564

@@ -73,11 +72,6 @@ jobs:
7372
with:
7473
submodules: true
7574

76-
- name: Install gcc-multilib
77-
if: ${{ matrix.config.configType == 'i686' }}
78-
run: |
79-
sudo apt update && sudo apt install -y gcc-multilib
80-
8175
- name: install TCC
8276
if: ${{ matrix.config.configType == 'tcc' }}
8377
run: |

0 commit comments

Comments
 (0)