Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CI: use QEMU 9.2.2 for Linux Qemu tests#28423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
charris merged 3 commits intonumpy:maintenance/2.2.xfromcharris:backport-28411
Mar 3, 2025
Merged
Changes from1 commit
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
NextNext commit
CI: use QEMU 9.2.2 for Linux Qemu tests
Following a kernel update on GHA runners, QEMU tests are failing randomly.Update the version of QEMU used in order to fix the random segfauls.
  • Loading branch information
@mayeut@charris
mayeut authored andcharris committedMar 3, 2025
commit8f78bcfe7d8c0e3253ffc7291acd1c6295c44320
9 changes: 5 additions & 4 deletions.github/workflows/linux_qemu.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,7 @@ on:
branches:
- main
- maintenance/**
workflow_dispatch:

defaults:
run:
Expand All@@ -28,8 +29,9 @@ permissions:

jobs:
linux_qemu:
# To enable this workflow on a fork, comment out:
if: github.repository == 'numpy/numpy'
# Only workflow_dispatch is enabled on forks.
# To enable this job and subsequent jobs on a fork for other events, comment out:
if: github.repository == 'numpy/numpy' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
Expand DownExpand Up@@ -107,7 +109,7 @@ jobs:

- name: Initialize binfmt_misc for qemu-user-static
run: |
docker run --rm --privilegedmultiarch/qemu-user-static --reset -p yes
docker run --rm --privilegedtonistiigi/binfmt:qemu-v9.2.2-52 --install all

- name: Install GCC cross-compilers
run: |
Expand DownExpand Up@@ -176,4 +178,3 @@ jobs:
cd /numpy && spin test -- -k \"${RUNTIME_TEST_FILTER}\"
'"



[8]ページ先頭

©2009-2025 Movatter.jp