Skip to content

Commit

Permalink
Revert "All -DDOWNLOAD_EIGEN=OFF (to work around gitlab eigen outag…
Browse files Browse the repository at this point in the history
…e)." (#3326)

This reverts commit 9f146a5.
  • Loading branch information
henryiii committed Oct 4, 2021
1 parent c9a319c commit 3747dc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=11
${{ matrix.args }}
Expand Down Expand Up @@ -130,7 +129,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=17
${{ matrix.args }}
${{ matrix.args2 }}
Expand All @@ -153,7 +151,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=17
-DPYBIND11_INTERNALS_VERSION=10000000
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
Expand Down Expand Up @@ -252,7 +249,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=17
- name: Build
Expand Down Expand Up @@ -632,7 +628,7 @@ jobs:
-DCMAKE_BUILD_TYPE=$(cat VAR_BUILD_TYPE)
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=OFF
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_STANDARD=11
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
Expand Down Expand Up @@ -779,7 +775,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
${{ matrix.args }}
- name: Build C++11
run: cmake --build build -j 2
Expand Down Expand Up @@ -826,7 +821,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
- name: Build C++14
run: cmake --build build -j 2
Expand Down Expand Up @@ -876,7 +870,6 @@ jobs:
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DCMAKE_CXX_STANDARD=${{ matrix.std }}
${{ matrix.args }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
cmake -S . -B build
-DCMAKE_CXX_CLANG_TIDY="$(which clang-tidy)"
-DDOWNLOAD_EIGEN=ON
-DPYBIND11_EIGEN_REPO=https://gitlab.com/libeigen/eigen-backup
-DDOWNLOAD_CATCH=ON
-DCMAKE_CXX_STANDARD=17
Expand Down

0 comments on commit 3747dc2

Please sign in to comment.