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

Appearance settings

Commit 5ff4af2

Browse filesBrowse files
author
pengxu
committed
CI: Add CI test for loongarch64
1 parent ba9db3f commit 5ff4af2
Copy full SHA for 5ff4af2

File tree

Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed

‎.github/workflows/linux_qemu.yml

Copy file name to clipboardExpand all lines: .github/workflows/linux_qemu.yml
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
linux_qemu:
3131
# To enable this workflow on a fork, comment out:
3232
if: github.repository == 'numpy/numpy'
33-
runs-on: ubuntu-22.04
33+
runs-on: ${{ matrix.BUILD_PROP[2] }}
3434
continue-on-error: true
3535
strategy:
3636
fail-fast: false
@@ -90,6 +90,14 @@ jobs:
9090
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
9191
"riscv64"
9292
]
93+
- [
94+
"loongarch64",
95+
"14-loongarch64-linux-gnu",
96+
"loongarch64/ubuntu:24.04",
97+
"-Dallow-noblas=true",
98+
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
99+
"loongarch64"
100+
]
93101
env:
94102
TOOLCHAIN_NAME: ${{ matrix.BUILD_PROP[1] }}
95103
DOCKER_CONTAINER: ${{ matrix.BUILD_PROP[2] }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.