Skip to content

Commit

Permalink
Explicitly set OBJC=cc for bitcode test
Browse files Browse the repository at this point in the history
OBJC=clang can pick up a newer Clang that no longer supports bitcode.
  • Loading branch information
Midar committed Apr 27, 2024
1 parent 47ad3fd commit 91b0e85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test cases/osx/7 bitcode/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"OBJC": "cc"
}
}

0 comments on commit 91b0e85

Please sign in to comment.