Skip to content

Commit

Permalink
CI: Ubuntu 20.04 select clang
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Apr 6, 2020
1 parent c979dff commit 46f0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ubuntu-20.04-sanitizer:
image: docker.pkg.github.com/espressomd/docker/ubuntu-20.04:a1192b35590a1a474c55fe1e9a1e6c25758454ea
stage: build
script:
- export myconfig=maxset with_cuda=false with_coverage=false with_static_analysis=true with_asan=true with_ubsan=true test_timeout=900 ASAN_OPTIONS="allocator_may_return_null=1"
- export myconfig=maxset with_cuda=false with_coverage=false with_static_analysis=true with_asan=true with_ubsan=true test_timeout=900 ASAN_OPTIONS="allocator_may_return_null=1" CC=clang-9 CXX=clang-9
- bash maintainer/CI/build_cmake.sh
tags:
- docker
Expand Down

0 comments on commit 46f0d56

Please sign in to comment.