Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RELEASE: 1
PROFILE: human-secure
# 16GB runners OOM the neqo/mls/icu rustc cluster at higher parallelism.
MOZ_BUILD_JOBS: 3
MOZ_BUILD_JOBS: 2

steps:
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
sudo swapoff -a || true
sudo rm -f /mnt/swapfile /swapfile || true
sudo fallocate -l 14G /mnt/swapfile
sudo fallocate -l 24G /mnt/swapfile
sudo chmod 600 /mnt/swapfile
sudo mkswap /mnt/swapfile
sudo swapon /mnt/swapfile
Expand Down
Loading