Commit 20aae3e6 by Henry Schreiner Committed by Henry Schreiner

ci: disable Eigen due to Cert issue on CentOS

parent 591db0b9
......@@ -624,6 +624,7 @@ jobs:
if: matrix.centos == 8
run: echo Release > VAR_BUILD_TYPE
# Temporally disabling EIGEN due to SSL issue in CentOS 7
- name: Configure
shell: bash
run: >
......@@ -631,8 +632,7 @@ jobs:
-DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DDOWNLOAD_EIGEN=OFF
-DCMAKE_CXX_STANDARD=11
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment