aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-03-17 09:47:28 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-03-18 09:06:30 +0000
commit863a6e32492d96b1ff6a622f79f2c4e54e7c4a62 (patch)
tree3de1b615393daf8f47ad6b03d916f6910b9a639e
parent73b64adb70202059eeb3594f2cc70327f5edc307 (diff)
Switch git clone to master github.com/golang/go repo
The ARMv8 port has merged into the master go branch.
-rwxr-xr-xbuild-arm64-go.sh2
-rw-r--r--dummy-ssh-job.yaml4
-rw-r--r--full-deploy-job.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/build-arm64-go.sh b/build-arm64-go.sh
index cce20c8..95603be 100755
--- a/build-arm64-go.sh
+++ b/build-arm64-go.sh
@@ -26,7 +26,7 @@ else
fi
rm -rf go
-git clone --depth=1 http://github.com/4ad/go -b ${LAVA_GO_BRANCH:-merge.arm64}
+git clone --depth=1 http://github.com/golang/go -b ${LAVA_GO_BRANCH:-master}
export GOROOT_BOOTSTRAP=$PWD/go1.4
export GOROOT_FINAL=/usr/local/go
diff --git a/dummy-ssh-job.yaml b/dummy-ssh-job.yaml
index 744079e..6e0ca40 100644
--- a/dummy-ssh-job.yaml
+++ b/dummy-ssh-job.yaml
@@ -1,4 +1,4 @@
-target: dummy-mustang02
+target: dummy-mustang03
job_name: go-arm64-build-and-test
timeout: 7200
@@ -15,7 +15,7 @@ actions:
LAVA_SLEEP_FOR_ACCESS: 0
LAVA_USE_PREBUILT_BOOTSTRAP_COMPILER: 'no'
LAVA_URL_PREBUILT_BOOTSTRAP_COMPILER: 'http://people.linaro.org/~andrew.mcdermott/go-armhf/go1.4.tar.bz2'
- LAVA_GO_BRANCH: 'merge.arm64'
+ LAVA_GO_BRANCH: 'master'
timeout: 1800
- command: submit_results
diff --git a/full-deploy-job.yaml b/full-deploy-job.yaml
index 4e14c6f..0488a87 100644
--- a/full-deploy-job.yaml
+++ b/full-deploy-job.yaml
@@ -71,7 +71,7 @@ actions:
LAVA_SLEEP_FOR_ACCESS: 0
LAVA_USE_PREBUILT_BOOTSTRAP_COMPILER: 'no'
LAVA_URL_PREBUILT_BOOTSTRAP_COMPILER: 'http://people.linaro.org/~andrew.mcdermott/go-armhf/go1.4.tar.bz2'
- LAVA_GO_BRANCH: 'merge.arm64'
+ LAVA_GO_BRANCH: 'master'
timeout: 1800
- command: submit_results