Skip to content

Commit 8688d74

Browse files
committed
Update .drone.jsonnet; <thread> crashes w/ g++ 4.8 on 14.04
1 parent 6e1365d commit 8688d74

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.drone.jsonnet

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
9898

9999
[
100100
linux_pipeline(
101-
"Linux 14.04 GCC 4.8*",
102-
"cppalliance/droneubuntu1404:1",
103-
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11' },
101+
"Linux 16.04 GCC 4.8",
102+
"cppalliance/droneubuntu1604:1",
103+
{ TOOLSET: 'gcc', COMPILER: 'g++-4.8', CXXSTD: '11' },
104+
"g++-4.8",
104105
),
105106

106107
linux_pipeline(
107-
"Linux 14.04 GCC 4.9",
108-
"cppalliance/droneubuntu1404:1",
108+
"Linux 16.04 GCC 4.9",
109+
"cppalliance/droneubuntu1604:1",
109110
{ TOOLSET: 'gcc', COMPILER: 'g++-4.9', CXXSTD: '11' },
110111
"g++-4.9",
111-
[ "ppa:ubuntu-toolchain-r/test" ],
112112
),
113113

114114
linux_pipeline(

0 commit comments

Comments
 (0)