We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67956c6 commit 6a5c9cbCopy full SHA for 6a5c9cb
.github/workflows/ci.yml
@@ -58,8 +58,7 @@ jobs:
58
- { os: ubuntu-latest, configType: asan+ubsan, runTest262: true }
59
- { os: ubuntu-latest, configType: msan }
60
- { os: ubuntu-latest, configType: tcc }
61
- - { os: ubuntu-latest, arch: x86 }
62
- - { os: ubuntu-latest, arch: i686 }
+ - { os: ubuntu-latest, arch: x86, runTest262: true }
63
- { os: ubuntu-latest, arch: riscv64 }
64
- { os: ubuntu-latest, arch: s390x }
65
@@ -73,11 +72,6 @@ jobs:
73
72
with:
74
submodules: true
75
76
- - name: Install gcc-multilib
77
- if: ${{ matrix.config.configType == 'i686' }}
78
- run: |
79
- sudo apt update && sudo apt install -y gcc-multilib
80
-
81
- name: install TCC
82
if: ${{ matrix.config.configType == 'tcc' }}
83
run: |
0 commit comments