From a20da708291e2e5bdece5176dce61c1b4b10b7d9 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 11 Jan 2021 22:31:16 -0800 Subject: Fix Go branch for arm64. This requires several changes: * Templates must preserve relevant tags. * Pagetables templates are split into two targets, each preserving tags. * The binary VDSO is similarly split into two targets, with some juggling. * The top level tools/go_branch.sh now does a crossbuild of ARM64 as well, and checks and merges the results of the two branches together. Fixes #5178 PiperOrigin-RevId: 351304330 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.buildkite') diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index b9c392ee9..f8bf00b50 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -33,7 +33,7 @@ steps: - <<: *common label: ":golang: Go branch" commands: - - make go + - tools/go_branch.sh - git checkout go && git clean -f - go build ./... -- cgit v1.2.3