aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 0ee24951e0..64b75aeff0 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -146,12 +146,14 @@
cat << EOF > llvm.params.twostage
toolchain=${toolchain_url}
twostage=false
+ label=${label}
EOF
# If we requested 2 stages and test-suite, only test the 2nd stage
elif ${testsuite}; then
cat << EOF > llvm.params.testsuite
toolchain=${toolchain_url}
+ label=${label}
EOF
fi