Browse Source

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.
ktx1-detection
Vladimír Vondruš 4 years ago
parent
commit
9e56e6e5f4
  1. 2
      package/ci/circleci.yml

2
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:

Loading…
Cancel
Save