Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed May 3, 2024
1 parent 65950d7 commit dc83ff3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
if: runner.os == 'Linux'
uses: ./.github/actions/maximize-build-space
with:
root-reserve-mb: 4096
temp-reserve-mb: 4096
swap-size-mb: 8192
root-reserve-mb: 2048
temp-reserve-mb: 2048
swap-size-mb: 4096
remove-dotnet: true
remove-android: true
remove-haskell: true
Expand All @@ -60,12 +60,6 @@ jobs:
repository: mozilla/gecko-dev
path: mozilla-unified

# - name: Use sccache
# uses: mozilla-actions/sccache-action@2e7f9ec7921547d4b46598398ca573513895d0bd # v0.0.4

# - name: Enable sscache
# run: echo "SCCACHE_GHA_ENABLED=true" >> "$GITHUB_ENV"

- name: Install deps (Windows)
if: runner.os == 'Windows'
run: choco install -y mozillabuild
Expand Down Expand Up @@ -107,7 +101,6 @@ jobs:
echo 'neqo-qpack = { path = "../neqo-qpack" }'
echo 'neqo-crypto = { path = "../neqo-crypto" }'
} >> Cargo.toml
# shellcheck disable=SC2046
cargo update neqo-http3 neqo-transport neqo-common neqo-qpack neqo-crypto
./mach vendor rust --ignore-modified
Expand Down Expand Up @@ -140,7 +133,6 @@ jobs:
comment:
name: Comment on PR
runs-on: ubuntu-latest
needs: firefox
steps:
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
Expand Down

0 comments on commit dc83ff3

Please sign in to comment.