CI: Disable m32 on g++
This commit is contained in:
parent
fd7515b046
commit
ff324625e4
|
|
@ -113,6 +113,8 @@ jobs:
|
||||||
# Build -m32 only on ubuntu-22.04
|
# Build -m32 only on ubuntu-22.04
|
||||||
- {os: ubuntu-18.04, m32: 1}
|
- {os: ubuntu-18.04, m32: 1}
|
||||||
- {os: ubuntu-20.04, m32: 1}
|
- {os: ubuntu-20.04, m32: 1}
|
||||||
|
- compiler: { cc: gcc, cxx: g++ }
|
||||||
|
m32: 1
|
||||||
include:
|
include:
|
||||||
# Test with GCC 10 on ubuntu-20.04 without m32
|
# 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}
|
- {os: ubuntu-20.04, compiler: { cc: gcc-10, cxx: g++-10 }, m32: 0, suite: dist-vlt-0}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue