Skip to content

Commit 94b635e

Browse files
committed
(Temporarily) disable adding the Ubuntu toolchain PPA
1 parent 064ad77 commit 94b635e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# As the yaml syntax for Drone CI is rather limited.
1010

1111
# Base environment for all jobs
12-
globalenv={'B2_VARIANT': 'release'}
12+
globalenv={UBUNTU_TOOLCHAIN_DISABLE: 'true', 'B2_VARIANT': 'release'}
1313

1414
# Wrapper function to apply the globalenv to all jobs
1515
def job(

0 commit comments

Comments
 (0)