mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 20:22:41 +00:00
CI: Disable m32 on g++
This commit is contained in:
parent
fd7515b046
commit
ff324625e4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -113,6 +113,8 @@ jobs:
|
||||
# Build -m32 only on ubuntu-22.04
|
||||
- {os: ubuntu-18.04, m32: 1}
|
||||
- {os: ubuntu-20.04, m32: 1}
|
||||
- compiler: { cc: gcc, cxx: g++ }
|
||||
m32: 1
|
||||
include:
|
||||
# Test with GCC 10 on ubuntu-20.04 without m32
|
||||
- {os: ubuntu-20.04, compiler: { cc: gcc-10, cxx: g++-10 }, m32: 0, suite: dist-vlt-0}
|
||||
|
Loading…
Reference in New Issue
Block a user