File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ jobs:
298
298
brew install llvm@15
299
299
brew remove llvm@18
300
300
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
301
303
echo 'LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib/ -L/opt/homebrew/opt/llvm@15/c++/"' >> $GITHUB_ENV
302
304
echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
303
305
echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
@@ -785,6 +787,8 @@ jobs:
785
787
brew install llvm@15
786
788
brew remove llvm@18
787
789
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
788
792
echo 'LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib/ -L/opt/homebrew/opt/llvm@15/c++/"' >> $GITHUB_ENV
789
793
echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
790
794
echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments