aboutsummaryrefslogtreecommitdiff
path: root/ldcg-loci
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-07-25 13:17:50 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-07-25 13:38:32 +0200
commita7f3ddabbfffa79c1eb460132bcee6d9762c9456 (patch)
tree37ecd8c1f45a902365ea2bec51d8f53c2dd645b4 /ldcg-loci
parent6709fc2d1ec76cbf44e2b42a88927e1ab5e11645 (diff)
ldcg-loci: when you build stuff from git clone it first
Also apply required not-yet-merged changes to get it buildable on AArch64. Change-Id: I3b59e8cc8c897ee22cdf5194795c162d647d05c2
Diffstat (limited to 'ldcg-loci')
-rw-r--r--ldcg-loci/build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/ldcg-loci/build.sh b/ldcg-loci/build.sh
index 82515286..7a86abbd 100644
--- a/ldcg-loci/build.sh
+++ b/ldcg-loci/build.sh
@@ -16,6 +16,16 @@ done
docker build . --tag ${BASE_IMG}
docker push ${BASE_IMG}
+git clone --depth 1 https://git.openstack.org/openstack/loci
+
+cd loci/
+
+# 583726 # bindep: install blas and lapack headers to build scipy on aarch64
+# 583727 # requirements.sh: install numpy and scipy on AArch64
+
+git pull https://git.openstack.org/openstack/loci refs/changes/26/583726/3
+git pull https://git.openstack.org/openstack/loci refs/changes/27/583727/5
+
# requirements needs to be built first
for project in requirements cinder glance heat horizon ironic keystone neutron nova octavia
do