Skip to content

Commit fd1383c

Browse files
author
Gerry Manoim
committed
revert a bunch of changes, only use gcc-9
1 parent 4a4515e commit fd1383c

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,11 @@ jobs:
8282
- name: Set gcc envvars
8383
if: matrix.compiler == 'gcc'
8484
run: |
85-
echo ::set-env name=CC::gcc-8
86-
echo ::set-env name=CXX::g++-8
87-
# - name: Write permissions to ubunu
88-
# if: startsWith(matrix.os, 'ubuntu')
89-
# run: |
90-
# sudo chmod -R +rwx /var/crash
85+
echo ::set-env name=CC::gcc-9
86+
echo ::set-env name=CXX::g++-9
9187
- name: Run the tests
9288
run: |
93-
ulimit -c unlimited
9489
make -j2 test
95-
- name: Run apport-retrace if we've failed
96-
if: startsWith(matrix.os, 'ubuntu') && failure()
97-
run: |
98-
apport-retrace /var/crash/*.crashes
99-
- uses: actions/upload-artifact@v2 # capture all crashes as build artifacts
100-
if: failure()
101-
with:
102-
name: crashes
103-
path: /var/crash/
104-
10590
- name: Check that we can still install
10691
run: |
10792
pip install .

etc/Makefile.buildkite

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)