mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
ci: patch for CentOS 8 build
This commit is contained in:
parent
b4b67f026b
commit
9fa6acdf5b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -592,6 +592,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
|
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
|
||||||
|
|
||||||
|
# Added Debug build type due to unexplained segfault after CentOS8 updated to GCC 8.4
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash
|
shell: bash
|
||||||
run: >
|
run: >
|
||||||
@ -600,6 +601,7 @@ jobs:
|
|||||||
-DDOWNLOAD_CATCH=ON
|
-DDOWNLOAD_CATCH=ON
|
||||||
-DDOWNLOAD_EIGEN=ON
|
-DDOWNLOAD_EIGEN=ON
|
||||||
-DCMAKE_CXX_STANDARD=11
|
-DCMAKE_CXX_STANDARD=11
|
||||||
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user