Skip to content

Commit

Permalink
Trying fo fix cpp-linux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 19, 2023
1 parent 3e36a54 commit ddbb90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conan/profiles/tests-debug-clang-linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ compiler=clang
compiler.version=14

[conf]
tools.build:cxxflags=["-stdlib=libc++"]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }
1 change: 1 addition & 0 deletions conan/profiles/tests-release-clang-linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ compiler=clang
compiler.version=14

[conf]
tools.build:cxxflags=["-stdlib=libc++"]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }

0 comments on commit ddbb90a

Please sign in to comment.