Skip to content

Commit 5576810

Browse files
committed
Update CI
1 parent 499fe1d commit 5576810

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os:
44-
- ubuntu-24.04
44+
# - ubuntu-24.04
4545
- macos-14
4646
php-version:
47-
- "7.0"
48-
- "7.1"
49-
- "7.2"
50-
- "7.3"
51-
- "7.4"
52-
- "8.0"
53-
- "8.1"
54-
- "8.2"
47+
# - "7.0"
48+
# - "7.1"
49+
# - "7.2"
50+
# - "7.3"
51+
# - "7.4"
52+
# - "8.0"
53+
# - "8.1"
54+
# - "8.2"
5555
- "8.3"
5656
- "8.4"
5757

@@ -64,11 +64,11 @@ jobs:
6464
if: matrix.os == 'ubuntu-24.04'
6565
run: sudo apt-get update && sudo apt-get install -y llvm-18-dev libclang-18-dev
6666

67-
- name: Setup libclang for Macos
68-
if: matrix.os == 'macos-14'
69-
run: |
70-
brew install llvm@18
71-
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
67+
# - name: Setup libclang for Macos
68+
# if: matrix.os == 'macos-14'
69+
# run: |
70+
# brew install llvm@18
71+
# echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
7272

7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

phper-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ fn main() {
4242
let mut builder = Builder::default()
4343
.header("php_wrapper.c")
4444
.allowlist_file("php_wrapper\\.c")
45-
.blocklist_file(r"^.*arm_neon\.h$")
4645
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
4746
.blocklist_function("zend_ini_parse_quantity")
4847
// Block the `zend_startup` because it fails checks.

0 commit comments

Comments
 (0)