Skip to content

Commit

Permalink
CI: Add NeoverseN2 build on the new Cobalt-100 (#5080)
Browse files Browse the repository at this point in the history
* Add NeoverseN2 build
  • Loading branch information
martin-frbg authored Jan 17, 2025
1 parent 7c3a920 commit 2954dc1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dynamic_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,23 @@ jobs:
- name: Build OpenBLAS
run: |
make -j$(nproc) HOSTCC="ccache gcc" CC="ccache ${{ matrix.triple }}-gcc" FC="ccache ${{ matrix.triple }}-gfortran" ARCH=${{ matrix.target }} ${{ matrix.opts }}
neoverse_build:
if: "github.repository == 'OpenMathLib/OpenBLAS'"
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc gfortran make
- name: Build OpenBLAS
run: |
make -j${nproc} TARGET=NEOVERSEN2
make -j${nproc} TARGET=NEOVERSEN2 lapack-test

0 comments on commit 2954dc1

Please sign in to comment.