Disabled sccache temporarilly

This commit is contained in:
mr. m
2025-02-25 13:39:41 +01:00
parent a5051e116a
commit d9e8fb3469
3 changed files with 0 additions and 21 deletions

View File

@@ -26,10 +26,6 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
env:
SCCACHE_GHA_ENABLED: 'true'
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: 'sccache'
name: Build Linux - ${{ matrix.arch }}
steps:
@@ -49,9 +45,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
- name: Setup Git
run: |
git config --global user.email "mauro-balades@users.noreply.github.com"

View File

@@ -25,10 +25,6 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
env:
SCCACHE_GHA_ENABLED: 'true'
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: 'sccache'
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -41,9 +37,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
- name: Setup Python
uses: actions/setup-python@v5
# note: This will use the version defined in '.python-version' by default

View File

@@ -28,10 +28,6 @@ jobs:
name: Build Windows - ${{ matrix.arch }}
# aarch64 does not need full 16x, and we also dont use full LTO when generating GPO
runs-on: ${{ (inputs.release-branch == 'release' && !inputs.generate-gpo && matrix.arch == 'x86_64') && 'self-hosted' || 'ubuntu-latest' }}
env:
SCCACHE_GHA_ENABLED: 'true'
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: 'sccache'
strategy:
fail-fast: false
matrix:
@@ -55,9 +51,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
- name: Setup Git
run: |
git config --global user.email "mauro-balades@users.noreply.github.com"