Bump bindgen to 0.71.1 (#34562)

* Bump bindgen to 0.71.1

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

* Set SCCACHE_GHA_VERSION to allow purging cache

changing the version allows us to purge the cache.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

* android CI: Enable sccache again

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

---------

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2024-12-16 08:13:20 +01:00 committed by GitHub
parent 4d5109cab2
commit f757fa46ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 41 additions and 55 deletions

View file

@ -24,10 +24,11 @@ on:
env:
RUST_BACKTRACE: 1
SHELL: /bin/bash
# FIXME: Temporarily commented to see if it helps with #34571.
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
# CCACHE: "sccache"
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CCACHE: "sccache"
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
SCCACHE_GHA_VERSION: 2
CARGO_INCREMENTAL: 0
jobs:
@ -56,9 +57,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
# FIXME: Temporarily commented to see if it helps with #34571.
# - name: Run sccache-cache
# uses: mozilla-actions/sccache-action@v0.0.6
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
- name: Install crown
run: cargo install --path support/crown
- name: Bootstrap Python