Chandan Singh pushed to branch chandan/fix-overnight-aarch at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -65,11 +65,9 @@ overnight-fedora-28-aarch64: |
65 | 65 |
tags:
|
66 | 66 |
- aarch64
|
67 | 67 |
<<: *tests
|
68 |
- # We need to override the exclusion from the template
|
|
69 |
- # in order to run on schedules
|
|
70 |
- except: []
|
|
71 |
- only:
|
|
72 |
- - schedules
|
|
68 |
+ |
|
69 |
+ before_script:
|
|
70 |
+ - dnf install -y gcc-c++
|
|
73 | 71 |
|
74 | 72 |
tests-unix:
|
75 | 73 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|