CI: Disable m32 on g++

This commit is contained in:
Wilson Snyder 2023-05-23 23:04:24 -04:00
parent fd7515b046
commit ff324625e4

View File

@ -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}