Browse Source
Merge pull request #5135 from martin-frbg/ghwf-n2
CI: remove the express NeoverseN2 target from the Cobalt100 job in the gh workflow
tags/v0.3.30
Martin Kroeker
GitHub
7 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/dynamic_arch.yml
|
|
@@ -372,7 +372,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Build OpenBLAS |
|
|
|
run: | |
|
|
|
make -j${nproc} TARGET=NEOVERSEN2 |
|
|
|
make -j${nproc} TARGET=NEOVERSEN2 lapack-test |
|
|
|
make -j${nproc} |
|
|
|
make -j${nproc} lapack-test |
|
|
|
|
|
|
|
|