We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06cced commit a37d594Copy full SHA for a37d594
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
if: matrix.os == 'macos-14'
69
run: |
70
brew install llvm@18
71
- echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
+ echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/bin" >> $GITHUB_ENV
72
73
- name: Setup PHP
74
uses: shivammathur/setup-php@v2
phper-sys/build.rs
@@ -48,7 +48,6 @@ fn main() {
48
.blocklist_function("zend_startup")
49
// Block the `zend_random_bytes_insecure` because it fails checks.
50
.blocklist_item("zend_random_bytes_insecure")
51
- .clang_arg("-D__ARM_NEON=0")
52
.clang_args(&includes)
53
.derive_default(true);
54
0 commit comments