Chandan Singh pushed to branch chandan/fix-overnight-aarch at BuildStream / buildstream
Commits:
-
bb80a2b8
by Chandan Singh at 2019-01-14T14:30:15Z
1 changed file:
Changes:
... | ... | @@ -61,7 +61,7 @@ tests-ubuntu-18.04: |
61 | 61 |
<<: *tests
|
62 | 62 |
|
63 | 63 |
overnight-fedora-28-aarch64:
|
64 |
- image: buildstream/testsuite-fedora:aarch64-28-06bab030-32a101f6
|
|
64 |
+ image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
|
|
65 | 65 |
tags:
|
66 | 66 |
- aarch64
|
67 | 67 |
<<: *tests
|
... | ... | @@ -70,6 +70,12 @@ overnight-fedora-28-aarch64: |
70 | 70 |
except: []
|
71 | 71 |
only:
|
72 | 72 |
- schedules
|
73 |
+ before_script:
|
|
74 |
+ # grpcio needs to be compiled from source on aarch64 so we additionally
|
|
75 |
+ # need a C++ compiler here.
|
|
76 |
+ # FIXME: Ideally this would be provided by the base image. This will be
|
|
77 |
+ # unblocked by https://gitlab.com/BuildStream/buildstream-docker-images/issues/34
|
|
78 |
+ - dnf install -y gcc-c++
|
|
73 | 79 |
|
74 | 80 |
tests-unix:
|
75 | 81 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|