Skip to content

Commit

Permalink
Remove explicit -std=c++11 flag from CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jun 4, 2021
1 parent bae755e commit a8bf93e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux-full-tests.yml
Expand Up @@ -12,13 +12,11 @@ jobs:
tag: trusty
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
- name: "gcc 5.4 (Boost 1.66)"
shortname: gcc5
tag: xenial
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
- name: "gcc 6.3 (Boost 1.66)"
shortname: gcc6
tag: zesty
Expand Down Expand Up @@ -126,7 +124,6 @@ jobs:
tag: rolling
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
configureflags: --enable-std-classes
- name: "auto_ptr re-enabled"
shortname: autoptr
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux-nondefault.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
tag: xenial
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
- name: "gcc 6.3 (Boost 1.66)"
shortname: gcc6
tag: zesty
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux.yml
Expand Up @@ -12,13 +12,11 @@ jobs:
tag: trusty
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
- name: "gcc 5.4 (Boost 1.66)"
shortname: gcc5
tag: xenial
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
- name: "gcc 6.3 (Boost 1.66)"
shortname: gcc6
tag: zesty
Expand Down Expand Up @@ -130,7 +128,6 @@ jobs:
tag: rolling
cc: gcc
cxx: g++
cxxflags: "-std=c++11"
configureflags: --enable-std-classes
tests: true
- name: "auto_ptr re-enabled"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos-nondefault.yml
Expand Up @@ -9,7 +9,6 @@ jobs:
include:
- os: [macos-10.15]
shortname: default
cxxflags: "-std=c++11"
- os: [macos-10.15]
shortname: stdclasses
cxxflags: "-std=c++17"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Expand Up @@ -9,10 +9,8 @@ jobs:
include:
- os: [macos-10.15]
shortname: default
cxxflags: "-std=c++11"
- os: [macos-10.15]
shortname: stdclasses
cxxflags: "-std=c++11"
configureflags: --enable-std-classes
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a8bf93e

Please sign in to comment.