AcademySoftwareFoundation / OpenShadingLanguage

Advanced shading language for production GI renderers
BSD 3-Clause "New" or "Revised" License
2.07k stars 350 forks source link

ci: Fix broken Mac CI #1647

Closed lgritz closed 1 year ago

lgritz commented 1 year ago

Make sure LLVM_ROOT/bin (either as a cmake var or as an env var) end up in the hints list when searching for llvm-config.

Without this, one of our Mac CI jobs was ending up with clang 14 and llvm 15, and that was causing problems. The particular test was supposed to be using 14 for both.