1
0
forked from boostorg/core

Fix GCC 4.8 Drone job to actually use 4.8

This commit is contained in:
Peter Dimov
2025-02-23 18:37:43 +02:00
parent 787b03ea9c
commit 1e1ccb491e

View File

@ -124,7 +124,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
linux_pipeline( linux_pipeline(
"Linux 16.04 GCC 4.8 32/64", "Linux 16.04 GCC 4.8 32/64",
"cppalliance/droneubuntu1604:1", "cppalliance/droneubuntu1604:1",
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '03,11', ADDRMD: '32,64' }, { TOOLSET: 'gcc', COMPILER: 'g++-4.8', CXXSTD: '03,11', ADDRMD: '32,64' },
"g++-4.8-multilib", "g++-4.8-multilib",
), ),