mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
4d5109cab2
commit
f757fa46ac
8 changed files with 41 additions and 55 deletions
14
.github/workflows/android.yml
vendored
14
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue