aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-04-21 10:30:11 -0700
committerJordan Bayles <jophba@chromium.org>2020-04-21 17:33:43 +0000
commitec1e828fc1966cd7491d8a2fea9b2a1325b95316 (patch)
tree5c50eafc30001bfaef954eadf63198b702ac84fc /infra
parent22486ab1cdb8f56b69b9c0a5138663c577c0eb66 (diff)
downloadopenscreen-ec1e828fc1966cd7491d8a2fea9b2a1325b95316.tar.gz
Revert ARM64 bot to 16.04 due to linker problems
Currently, cross compiling on bionic is borked since there is an "unsupported GNU_PROPERTY_TYPE" on several of the compiler artifacts. This warning cannot be turned off or ignored with a flag, so the only way is to use a different linker version. This chain will have a follow up patch to force the swarming bot, since the swarming bot tests MUST be run on 18.04 instead of 16.04. It's a delicate flow, if 18.04 updates to a more recent linker version or if we can figure out how to roll our own linker tools in cross compile this will hopefully go away. Bug: openscreen/18 Change-Id: I1ccd4eba9d97020c56b0aa9af131dc673bd6b466 TBR=btolsch@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2158819 Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/cr-buildbucket.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 21b037cb..b39fec78 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -161,7 +161,7 @@ buckets {
builders {
name: "linux_arm64_debug"
- mixins: "linux1804"
+ mixins: "linux"
mixins: "arm64"
mixins: "debug"
}
@@ -247,7 +247,7 @@ buckets: {
builders {
name: "linux_arm64_debug"
- mixins: "linux1804"
+ mixins: "linux"
mixins: "arm64"
mixins: "debug"
}