Skip to content

Commit

Permalink
Hardcode the path to libclang from Mariner, not Clang 9 on CentOS 7 (#…
Browse files Browse the repository at this point in the history
…86096)

* Hardcode the path to libclang from Mariner, not Clang 9 on CentOS 7
  • Loading branch information
directhex authored May 11, 2023
1 parent c13325f commit c7eeb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
-arch ${{ parameters.archType }}
/p:BuildMonoAotCrossCompiler=true
/p:BuildMonoAotCrossCompilerOnly=true
/p:MonoLibClang="/usr/lib/llvm-9/lib/libclang-9.so.1"
/p:MonoLibClang="/usr/local/lib/libclang.so.16"
/p:MonoAOTEnableLLVM=true
/p:MonoAOTLLVMUseCxx11Abi=true
/p:CrossBuild=true
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
-arch $(archType)
/p:BuildMonoAotCrossCompiler=true
/p:BuildMonoAotCrossCompilerOnly=true
/p:MonoLibClang="/usr/lib/llvm-9/lib/libclang-9.so.1"
/p:MonoLibClang="/usr/local/lib/libclang.so.16"
/p:MonoAOTEnableLLVM=true
/p:MonoAOTLLVMUseCxx11Abi=true
displayName: "Build Mono LLVM AOT cross compiler"
Expand Down

0 comments on commit c7eeb33

Please sign in to comment.