Try 🐍 3.8 • ubuntu-20.04 • x64 without -DCMAKE_CXX_FLAGS="-D_=1"

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-06-20 08:57:25 -07:00
parent bc723d9de8
commit 85a429bcee

View File

@ -45,13 +45,13 @@ jobs:
# existing keys match. # existing keys match.
# #
# We support an optional key: args, for cmake args # We support an optional key: args, for cmake args
# TODO: Find a platform to test -DCMAKE_CXX_FLAGS="-D_=1"
include: include:
# Just add a key # Just add a key
- runs-on: ubuntu-20.04 - runs-on: ubuntu-20.04
python: '3.8' python: '3.8'
args: > args: >
-DPYBIND11_FINDPYTHON=ON -DPYBIND11_FINDPYTHON=ON
-DCMAKE_CXX_FLAGS="-D_=1"
- runs-on: ubuntu-20.04 - runs-on: ubuntu-20.04
python: 'pypy-3.8' python: 'pypy-3.8'
args: > args: >