Skip to content

Commit 27158e9

Browse files
authored
Update ci.yml
1 parent 353d006 commit 27158e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)