CI: Disable m32 on g++
This commit is contained in:
parent
09fb1174f1
commit
607f853bc7
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
# Build -m32 only on ubuntu-22.04 clang++
|
# Build -m32 only on ubuntu-22.04 clang++
|
||||||
- {os: ubuntu-18.04, m32: 1}
|
- {os: ubuntu-18.04, m32: 1}
|
||||||
- {os: ubuntu-20.04, m32: 1}
|
- {os: ubuntu-20.04, m32: 1}
|
||||||
- { cc: gcc, cxx: g++ }
|
- compiler: { cc: gcc, cxx: g++ }
|
||||||
m32: 1
|
m32: 1
|
||||||
include:
|
include:
|
||||||
# Build GCC 10 on ubuntu-20.04
|
# Build GCC 10 on ubuntu-20.04
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue