File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ jobs:
298298 brew install llvm@15
299299 brew remove llvm@18
300300 brew cleanup
301+ #FIXME: Do not believe setting all these environment variables are necessary
302+ # They were set to avoid using Xcodes libc++ and to stop CppInterOp using llvm@18 in tests
301303 echo 'LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib/ -L/opt/homebrew/opt/llvm@15/c++/"' >> $GITHUB_ENV
302304 echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
303305 echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
@@ -785,6 +787,8 @@ jobs:
785787 brew install llvm@15
786788 brew remove llvm@18
787789 brew cleanup
790+ #FIXME: Do not believe setting all these environment variables are necessary
791+ # They were set to avoid using Xcodes libc++ and to stop CppInterOp using llvm@18 in tests
788792 echo 'LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib/ -L/opt/homebrew/opt/llvm@15/c++/"' >> $GITHUB_ENV
789793 echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
790794 echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments