From ad3ca4259b62b9a625ea323e226043b1ef32ed9e Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Tue, 5 May 2026 14:02:38 +0200 Subject: [PATCH] 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. --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 21b4bfb433..c176f23d1f 100644 --- a/.drone.star +++ b/.drone.star @@ -9,7 +9,7 @@ # # -globalenv={'B2_CI_VERSION': '1', 'B2_VARIANT': 'release'} +globalenv={'B2_CI_VERSION': '1', 'ADD_UBUNTU_TOOLCHAIN_PPA': 'true', 'B2_VARIANT': 'release'} linuxglobalimage="cppalliance/droneubuntu1604:1" windowsglobalimage="cppalliance/dronevs2019"