Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
20aae3e6
Commit
20aae3e6
authored
Oct 04, 2021
by
Henry Schreiner
Committed by
Henry Schreiner
Oct 04, 2021
Browse files
ci: disable Eigen due to Cert issue on CentOS
parent
591db0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+2
-2
No files found.
.github/workflows/ci.yml
View file @
20aae3e6
...
@@ -624,6 +624,7 @@ jobs:
...
@@ -624,6 +624,7 @@ jobs:
if
:
matrix.centos ==
8
if
:
matrix.centos ==
8
run
:
echo Release > VAR_BUILD_TYPE
run
:
echo Release > VAR_BUILD_TYPE
# Temporally disabling EIGEN due to SSL issue in CentOS 7
-
name
:
Configure
-
name
:
Configure
shell
:
bash
shell
:
bash
run
:
>
run
:
>
...
@@ -631,8 +632,7 @@ jobs:
...
@@ -631,8 +632,7 @@ jobs:
-DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
-DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
-DPYBIND11_WERROR=ON
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DDOWNLOAD_EIGEN=OFF
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=11
-DCMAKE_CXX_STANDARD=11
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment