Skip to content

Commit 48f831b

Browse files
committed
Use the inplace build to smoke test ABI bump?
1 parent 3ca29e8 commit 48f831b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ jobs:
203203
if: runner.os != 'Windows'
204204
run: echo "CMAKE_GENERATOR=Ninja" >> "$GITHUB_ENV"
205205

206-
# More-or-less randomly adding a few extra flags here
206+
# More-or-less randomly adding a few extra flags here.
207+
# In particular, use this one to smoke test the next ABI bump.
207208
- name: Configure
208209
run: >
209210
cmake -S. -B.
@@ -213,6 +214,7 @@ jobs:
213214
-DDOWNLOAD_CATCH=ON
214215
-DDOWNLOAD_EIGEN=ON
215216
-DCMAKE_CXX_STANDARD=14
217+
-DPYBIND11_INTERNALS_VERSION=10000000
216218
217219
# Checks to makes sure defining `_` is allowed
218220
# Triggers EHsc missing error on Windows

0 commit comments

Comments
 (0)