Verified Commit c214e5d9 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Use GCC 8 to generate coverage reports

parent 4b3d7529
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ test:gcc_9.1:libfabric_1.7.1:mercury_1.0.1:

###
build:coverage:
  image: bscstorage/norns-build-deps:gcc9.1-libfabric1.7.1-mercury1.0.1
  image: bscstorage/norns-build-deps:gcc8.1-libfabric1.7.1-mercury1.0.1
  stage: build
  variables: 
    CFLAGS: "-O0 --coverage"
@@ -494,7 +494,7 @@ build:coverage:

### 
test:coverage:
  image: bscstorage/norns-build-deps:gcc9.1-libfabric1.7.1-mercury1.0.1
  image: bscstorage/norns-build-deps:gcc8.1-libfabric1.7.1-mercury1.0.1
  stage: test
  dependencies:
    - build:coverage