Skip to content

Commit

Permalink
Fix dependencies and adjust runners type
Browse files Browse the repository at this point in the history
Install OpenSSL since tester3 is enforced.

New runners do not seem to come with openssl or cmake pre-installed.

Also,
- fix comparison for uarch specific configurations
- fix artifacts name for build native.
- use SVE enabled instances (c7g)
- use larger (x->2x) instances so tests run slightly faster without
  compromising on availability.
  • Loading branch information
blapie committed Oct 4, 2024
1 parent d0327d4 commit 273977a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
# - Arm-hosted (via AWS), only Linux c6g or c7g.
# Please refer to the documentation at
# https://gitlab.arm.com/tooling/gha-runner-docs
# Here we use c7g (2xlarge) for easy access to
# SVE-enabled runners (with 8 vCPUs).
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 273977a

Please sign in to comment.