Commit 33eb8d3
committed
Skip oclint installation on macOS due to dylib loading issue
The current oclint homebrew formula (24.11) has a hardcoded path to
libc++.1.dylib that doesn't exist on GitHub runners or most systems.
Error: Library not loaded: @rpath/libc++.1.dylib
Referenced from: /opt/homebrew/Caskroom/oclint/24.11/oclint-24.11/bin/oclint-24.11
Reason: tried: '/Users/lqi/Workspaces/ryuichis/Labs/oclint/build/llvm-install/lib/libc++.1.dylib' (no such file)
Skip oclint installation and version check on macOS until this is fixed upstream.
Tests that require oclint will be skipped on macOS.1 parent e7978c1 commit 33eb8d3
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments