File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 8080 - if : matrix.runs-on == 'ubuntu-latest'
8181 uses : taiki-e/install-action@0aa4f22591557b744fe31e55dbfcdfea74a073f7 # v2
8282 with : { tool: cross }
83- - if : matrix.runs-on == 'ubuntu-latest' && (contains(matrix.target, 'arm') || contains(matrix.target, 'aarch64'))
84- run : cargo install --force --locked bindgen-cli
8583 - name : build-tarball
8684 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
8785 with :
Original file line number Diff line number Diff line change 11[build .env ]
22passthrough = [" AWS_ACCESS_KEY_ID" , " AWS_SECRET_ACCESS_KEY" ]
3+
4+ [target .armv7-unknown-linux-gnueabi ]
5+ pre-build = [
6+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
7+ ]
8+
9+ [target .armv7-unknown-linux-musleabi ]
10+ pre-build = [
11+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
12+ ]
13+
14+ [target .aarch64-unknown-linux-gnu ]
15+ pre-build = [
16+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
17+ ]
18+
19+ [target .aarch64-unknown-linux-musl ]
20+ pre-build = [
21+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
22+ ]
23+
24+ [target .x86_64-unknown-linux-gnu ]
25+ pre-build = [
26+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
27+ ]
28+
29+ [target .x86_64-unknown-linux-musl ]
30+ pre-build = [
31+ " apt-get update && apt-get install --assume-yes --no-install-recommends libclang-10-dev clang-10" ,
32+ ]
You can’t perform that action at this time.
0 commit comments