From 9e56e6e5f4452249b26b75aa4f78badd955cdb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 1 Jun 2022 17:32:09 +0200 Subject: [PATCH] package/ci: no reason to not use GCC 4.8 also for Vulkan. There isn't any STL used on the interface to libulkan.so, so the ABI mismatch shouldn't be a problem. --- package/ci/circleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 55c4dc4d9..93cf7a590 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -308,6 +308,7 @@ jobs: executor: ubuntu-18_04 environment: CMAKE_CXX_FLAGS: --coverage + LCOV_EXTRA_OPTS: --gcov-tool /usr/bin/gcov-4.8 CONFIGURATION: Debug steps: - install-base-linux: @@ -317,6 +318,7 @@ jobs: # get involved. # TODO: revisit when we get rid of more STL - cap-ninja-jobs + - install-gcc-4_8 - install-swiftshader-vulkan: build: ubuntu-18.04 - build: