We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca29e8 commit 48f831bCopy full SHA for 48f831b
.github/workflows/ci.yml
@@ -203,7 +203,8 @@ jobs:
203
if: runner.os != 'Windows'
204
run: echo "CMAKE_GENERATOR=Ninja" >> "$GITHUB_ENV"
205
206
- # More-or-less randomly adding a few extra flags here
+ # More-or-less randomly adding a few extra flags here.
207
+ # In particular, use this one to smoke test the next ABI bump.
208
- name: Configure
209
run: >
210
cmake -S. -B.
@@ -213,6 +214,7 @@ jobs:
213
214
-DDOWNLOAD_CATCH=ON
215
-DDOWNLOAD_EIGEN=ON
216
-DCMAKE_CXX_STANDARD=14
217
+ -DPYBIND11_INTERNALS_VERSION=10000000
218
219
# Checks to makes sure defining `_` is allowed
220
# Triggers EHsc missing error on Windows
0 commit comments