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 12600e8 commit 86bb2a8Copy full SHA for 86bb2a8
.github/workflows/ci.yml
@@ -592,21 +592,10 @@ jobs:
592
- name: Install dependencies
593
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
594
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
605
- name: Configure
606
shell: bash
607
run: >
608
cmake -S . -B build
609
- -DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
610
-DPYBIND11_WERROR=ON
611
-DDOWNLOAD_CATCH=ON
612
-DDOWNLOAD_EIGEN=ON
0 commit comments