Skip to content

Commit

Permalink
Stabilize flaky CI under qemu. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Feb 11, 2025
1 parent 5404b45 commit 9f04750
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
group: CI-${{ github.ref }}
# Queue on all branches and tags, but only cancel overlapping PR burns.
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/') }}
env:
# Work around SIGSEGVs and other errors under some qemu targets.
UV_CONCURRENT_INSTALLS: 1
jobs:
org-check:
name: Check GitHub Organization
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
defaults:
run:
shell: bash
env:
# Work around SIGSEGVs and other errors under some qemu targets.
UV_CONCURRENT_INSTALLS: 1
jobs:
org-check:
name: Check GitHub Organization
Expand Down

0 comments on commit 9f04750

Please sign in to comment.