We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064ad77 commit 94b635eCopy full SHA for 94b635e
1 file changed
.drone.star
@@ -9,7 +9,7 @@
9
# As the yaml syntax for Drone CI is rather limited.
10
11
# Base environment for all jobs
12
-globalenv={'B2_VARIANT': 'release'}
+globalenv={UBUNTU_TOOLCHAIN_DISABLE: 'true', 'B2_VARIANT': 'release'}
13
14
# Wrapper function to apply the globalenv to all jobs
15
def job(
0 commit comments