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
e10da79b
Unverified
Commit
e10da79b
authored
Jun 24, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jun 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo ci.yml gcc10 workaround after docker-library/gcc#95 was resolved. (#4717)
The gcc10 workaround was introduced with PR #4705.
parent
bc1bcf7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/workflows/ci.yml
+8
-8
No files found.
.github/workflows/ci.yml
View file @
e10da79b
...
@@ -458,16 +458,16 @@ jobs:
...
@@ -458,16 +458,16 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
include
:
include
:
-
{
gcc
:
7
,
std
:
11
,
container_suffix
:
"
"
}
-
{
gcc
:
7
,
std
:
11
}
-
{
gcc
:
7
,
std
:
17
,
container_suffix
:
"
"
}
-
{
gcc
:
7
,
std
:
17
}
-
{
gcc
:
8
,
std
:
14
,
container_suffix
:
"
"
}
-
{
gcc
:
8
,
std
:
14
}
-
{
gcc
:
8
,
std
:
17
,
container_suffix
:
"
"
}
-
{
gcc
:
8
,
std
:
17
}
-
{
gcc
:
10
,
std
:
17
,
container_suffix
:
"
-bullseye"
}
-
{
gcc
:
10
,
std
:
17
}
-
{
gcc
:
11
,
std
:
20
,
container_suffix
:
"
"
}
-
{
gcc
:
11
,
std
:
20
}
-
{
gcc
:
12
,
std
:
20
,
container_suffix
:
"
"
}
-
{
gcc
:
12
,
std
:
20
}
name
:
"
🐍
3
•
GCC
${{
matrix.gcc
}}
•
C++${{
matrix.std
}}•
x64"
name
:
"
🐍
3
•
GCC
${{
matrix.gcc
}}
•
C++${{
matrix.std
}}•
x64"
container
:
"
gcc:${{
matrix.gcc
}}
${{
matrix.container_suffix
}}
"
container
:
"
gcc:${{
matrix.gcc
}}"
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
...
...
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