Skip to content

Commit b7441df

Browse files
authored
ci: drop third build
1 parent 0f51b9f commit b7441df

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

-18
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,6 @@ jobs:
202202
- name: C++ tests
203203
run: cmake --build build2 --target cpptest
204204

205-
# Third build - C++17 mode with unstable ABI
206-
- name: Configure (unstable ABI)
207-
run: >
208-
cmake -S . -B build3
209-
-DPYBIND11_WERROR=ON
210-
-DPYBIND11_PYTEST_ARGS=-v
211-
-DDOWNLOAD_CATCH=ON
212-
-DDOWNLOAD_EIGEN=ON
213-
-DCMAKE_CXX_STANDARD=17
214-
-DPYBIND11_INTERNALS_VERSION=10000000
215-
${{ matrix.args }}
216-
217-
- name: Build (unstable ABI)
218-
run: cmake --build build3 -j 2
219-
220-
- name: Python tests (unstable ABI)
221-
run: cmake --build build3 --target pytest
222-
223205
- name: Interface test
224206
run: cmake --build build2 --target test_cmake_build
225207

0 commit comments

Comments
 (0)