summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2019-01-14 14:57:08 +0000
committerChandan Singh <chandan@chandansingh.net>2019-01-14 14:57:08 +0000
commit10b3ee621df65884c4a76096a5242aa861f8f8ce (patch)
tree9f7a2c4f82a240d4926d5ac015f04f17b2df0f57
parent4f5f1184371e14dfb520c96e592bc61f8e6be9d0 (diff)
parentbb80a2b8d311b9eb32a0777c95fd46b9758148c8 (diff)
downloadbuildstream-10b3ee621df65884c4a76096a5242aa861f8f8ce.tar.gz
Merge branch 'chandan/fix-overnight-aarch' into 'master'
Chandan/fix overnight aarch Closes #859 See merge request BuildStream/buildstream!1065
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1a07b201..466f23713 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ tests-ubuntu-18.04:
<<: *tests
overnight-fedora-28-aarch64:
- image: buildstream/testsuite-fedora:aarch64-28-06bab030-32a101f6
+ image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
tags:
- aarch64
<<: *tests
@@ -70,6 +70,12 @@ overnight-fedora-28-aarch64:
except: []
only:
- schedules
+ before_script:
+ # grpcio needs to be compiled from source on aarch64 so we additionally
+ # need a C++ compiler here.
+ # FIXME: Ideally this would be provided by the base image. This will be
+ # unblocked by https://gitlab.com/BuildStream/buildstream-docker-images/issues/34
+ - dnf install -y gcc-c++
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we