aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-04 10:03:33 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-04 10:03:33 +0100
commit03daf3be783de8acff64da4f9eda030d9e555c79 (patch)
tree4afdbdc155ad330a984b0d5d6fdba249cdde2c89 /tcwg-llvm-release.yaml
parent67185a7f3d9ae121fd5e67f0327049983027f256 (diff)
tcwg-llvm-release.yaml: Release triples are hand-crafted
Change-Id: I73a714393dfdff7b60db0e42601e9e0c2c7e0457
Diffstat (limited to 'tcwg-llvm-release.yaml')
-rw-r--r--tcwg-llvm-release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-llvm-release.yaml b/tcwg-llvm-release.yaml
index 35101116..8b35aabd 100644
--- a/tcwg-llvm-release.yaml
+++ b/tcwg-llvm-release.yaml
@@ -96,17 +96,17 @@
case ${label} in
tcwg-x86_64-build)
builder_arch=amd64
- triple="x86_64-unknown-linux-gnu"
+ triple="x86_64-linux-gnu"
buildjobs=8 # 1 slot is 32/4
;;
tcwg-tk1_32-build)
builder_arch=armhf
- triple="armv7l-unknown-linux-gnueabihf"
+ triple="armv7a-linux-gnueabihf"
buildjobs=4 # TK1s only have 4 cores
;;
tcwg-apm_64-build)
builder_arch=arm64
- triple="aarch64-unknown-linux-gnu"
+ triple="aarch64-linux-gnu"
buildjobs=8 # APMs only have 8 cores
;;
*) echo "ERROR: Unsupported label: $label"; exit 1 ;;