Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
21e10945
Unverified
Commit
21e10945
authored
Feb 02, 2022
by
Henry Schreiner
Committed by
GitHub
Feb 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: move centos 8 to stream (#3675)
parent
ce18721d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
.github/workflows/ci.yml
+4
-15
No files found.
.github/workflows/ci.yml
View file @
21e10945
...
@@ -600,11 +600,11 @@ jobs:
...
@@ -600,11 +600,11 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
centos
:
centos
:
-
7
# GCC 4.8
-
centos
7
# GCC 4.8
-
8
-
stream
8
name
:
"
🐍
3
•
CentOS
${{
matrix.centos
}}
•
x64"
name
:
"
🐍
3
•
CentOS
${{
matrix.centos
}}
•
x64"
container
:
"
centos:${{
matrix.centos
}}"
container
:
"
quay.io/centos/
centos:${{
matrix.centos
}}"
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
@@ -619,22 +619,11 @@ jobs:
...
@@ -619,22 +619,11 @@ jobs:
run
:
|
run
:
|
python3 -m pip install cmake -r tests/requirements.txt
python3 -m pip install cmake -r tests/requirements.txt
-
name
:
VAR_BUILD_TYPE 7
if
:
matrix.centos == 7
run
:
echo MinSizeRel > VAR_BUILD_TYPE
# Using Release to avoid segfault that appeared around 2021-06-04,
# apparently when the gcc version changed from 8.3 to 8.4.
-
name
:
VAR_BUILD_TYPE 8
if
:
matrix.centos == 8
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
:
>
cmake -S . -B build
cmake -S . -B build
-DCMAKE_BUILD_TYPE=
$(cat VAR_BUILD_TYPE)
-DCMAKE_BUILD_TYPE=
MinSizeRel
-DPYBIND11_WERROR=ON
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DDOWNLOAD_EIGEN=ON
...
...
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