Skip to content

Commit 86bb2a8

Browse files
committed
Rollback of PR pybind#3030 (Working around Centos 8 failure).
1 parent 12600e8 commit 86bb2a8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -592,21 +592,10 @@ jobs:
592592
- name: Install dependencies
593593
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
594594

595-
- name: VAR_BUILD_TYPE 7
596-
if: matrix.centos == 7
597-
run: echo MinSizeRel > VAR_BUILD_TYPE
598-
599-
# Using Release to avoid segfault that appeared around 2021-06-04,
600-
# apparently when the gcc version changed from 8.3 to 8.4.
601-
- name: VAR_BUILD_TYPE 8
602-
if: matrix.centos == 8
603-
run: echo Debug > VAR_BUILD_TYPE
604-
605595
- name: Configure
606596
shell: bash
607597
run: >
608598
cmake -S . -B build
609-
-DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
610599
-DPYBIND11_WERROR=ON
611600
-DDOWNLOAD_CATCH=ON
612601
-DDOWNLOAD_EIGEN=ON

0 commit comments

Comments
 (0)