Chandan Singh pushed to branch chandan/fix-overnight-aarch at BuildStream / buildstream
Commits:
-
878de731
by Chandan Singh at 2019-01-14T13:39:13Z
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,10 @@ 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 |
+ - dnf install -y gcc-c++
|
|
73 | 77 |
|
74 | 78 |
tests-unix:
|
75 | 79 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|