Skip to content

Commit adfad2b

Browse files
committed
build(bindgen): switch to nightly target function
Refs: #440
1 parent 1579cab commit adfad2b

File tree

3 files changed

+341
-126
lines changed

3 files changed

+341
-126
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
runs-on: ${{ matrix.os }}
8686
strategy:
8787
matrix:
88-
os: [ubuntu-latest, macos-latest, windows-latest]
88+
# os: [ubuntu-latest, macos-latest, windows-latest]
89+
os: [windows-latest]
8990
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]
9091
rust: [stable, nightly]
9192
clang: ["15", "17"]
@@ -95,14 +96,14 @@ jobs:
9596
- os: windows-latest
9697
rust: stable
9798
# setup-php doesn't support thread safe PHP on Linux and macOS.
98-
- os: macos-latest
99-
phpts: ts
100-
- os: ubuntu-latest
101-
phpts: ts
102-
- os: macos-latest
103-
clang: "17"
104-
- os: ubuntu-latest
105-
clang: "15"
99+
# - os: macos-latest
100+
# phpts: ts
101+
# - os: ubuntu-latest
102+
# phpts: ts
103+
# - os: macos-latest
104+
# clang: "17"
105+
# - os: ubuntu-latest
106+
# clang: "15"
106107
- os: windows-latest
107108
clang: "15"
108109
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ skeptic = "0.13"
2424

2525
[build-dependencies]
2626
anyhow = "1"
27-
bindgen = "0.72.0"
27+
bindgen = "0.70.0"
2828
cc = "1.0"
2929
skeptic = "0.13"
3030

0 commit comments

Comments
 (0)