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
parent
commit
0b3c56968d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/dynamic_arch.yml

+ 2
- 2
.github/workflows/dynamic_arch.yml View File

@@ -372,7 +372,7 @@ jobs:
- name: Build OpenBLAS - name: Build OpenBLAS
run: | run: |
make -j${nproc} TARGET=NEOVERSEN2
make -j${nproc} TARGET=NEOVERSEN2 lapack-test
make -j${nproc}
make -j${nproc} lapack-test

Loading…
Cancel
Save