Skip to content

Commit

Permalink
Trying to fix clang-linux-x64 jobs.
Browse files Browse the repository at this point in the history
Using a build profile instead of a host profile.
  • Loading branch information
rturrado committed Dec 14, 2023
1 parent a83a096 commit 6e07ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conan/profiles/tests-release-clang-linux-x64
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ include(tests-release)
[settings]
compiler=clang
compiler.version=14

[conf]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }

0 comments on commit 6e07ef5

Please sign in to comment.