Enable adding Ubuntu toolchain PPA by default

The default in Boost.CI will be false but some jobs still rely on this, so keep it for now the default.
This commit is contained in:
Alexander Grund
2026-05-05 14:02:38 +02:00
committed by Jeff Trull
parent 2eeda24c6d
commit be06f5ad18
+1 -1
View File
@@ -8,7 +8,7 @@
# As the yaml syntax for Drone CI is rather limited.
#
#
globalenv={}
globalenv={'ADD_UBUNTU_TOOLCHAIN_PPA': 'true'}
linuxglobalimage="cppalliance/droneubuntu1604:1"
windowsglobalimage="cppalliance/dronevs2019"