Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .github/workflows/goroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,15 @@ jobs:

- name: Run GOROOT runner
run: |
min_swap_free_mib=512
if [[ "$RUNNER_OS" == "macOS" ]]; then
# macOS manages swap dynamically; a low instantaneous free value
# does not mean the runner cannot make forward progress.
min_swap_free_mib=0
fi
bash dev/test_goroot.sh -- \
-directive-mode ci \
-min-swap-free-mib "$min_swap_free_mib" \
-progress 60s \
-shard-index "${{ matrix.shard-index }}" \
-shard-total "4"
Loading
Loading