We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464c61c commit e56a371Copy full SHA for e56a371
.github/workflows/ci.yml
@@ -26,26 +26,6 @@ jobs:
26
#------------------
27
# Linux, gcc
28
29
- # Linux, gcc-4.6
30
- - toolset: gcc-4.6
31
- cxxstd: "03,0x"
32
- cxxflags: -pipe
33
- address-model: 32,64
34
- os: ubuntu-latest
35
- container: ubuntu:16.04
36
- install:
37
- - g++-4.6-multilib
38
- sources:
39
- - "ppa:ubuntu-toolchain-r/test"
40
- # Linux, gcc-4.7
41
- - toolset: gcc-4.7
42
- cxxstd: "03,11"
43
44
45
46
47
48
- - g++-4.7-multilib
49
# Linux, gcc-4.8
50
- toolset: gcc-4.8
51
cxxstd: "03,11"
0 commit comments