mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
ci: disable caches on Android CI for testing (#34577)
This is to see if #34571 is related to caching in anyway. There is no easy way to delete all Github Action caches using Github UI or cli. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
e0cbab2fbb
commit
d7cc988717
1 changed files with 7 additions and 5 deletions
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
|
@ -24,9 +24,10 @@ on:
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
SHELL: /bin/bash
|
SHELL: /bin/bash
|
||||||
SCCACHE_GHA_ENABLED: "true"
|
# FIXME: Temporarily commented to see if it helps with #34571.
|
||||||
RUSTC_WRAPPER: "sccache"
|
# SCCACHE_GHA_ENABLED: "true"
|
||||||
CCACHE: "sccache"
|
# RUSTC_WRAPPER: "sccache"
|
||||||
|
# CCACHE: "sccache"
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -55,8 +56,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Run sccache-cache
|
# FIXME: Temporarily commented to see if it helps with #34571.
|
||||||
uses: mozilla-actions/sccache-action@v0.0.6
|
# - name: Run sccache-cache
|
||||||
|
# uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
- name: Install crown
|
- name: Install crown
|
||||||
run: cargo install --path support/crown
|
run: cargo install --path support/crown
|
||||||
- name: Bootstrap Python
|
- name: Bootstrap Python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue