Skip to content

Commit

Permalink
CI for *BSD on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 11, 2024
1 parent e7655b7 commit 95dd241
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,13 @@ jobs:
- name: Run tests
run: cmake --build ./build --target run_tests

OpenBSD-x86-64:
OpenBSD:
needs: [sanity-test-run]
runs-on: ubuntu-latest
name: OpenBSD ${{ matrix.version }} (${{ matrix.arch }}) test
strategy:
matrix:
arch: ["x86-64", "arm64"]
args: ["", "-f"]
version: ["7.4", "7.5"]
steps:
Expand All @@ -411,7 +413,7 @@ jobs:
operating_system: openbsd
cpu_count: 4
memory: 16G
architecture: x86-64
architecture: ${{ matrix.arch }}
version: '7.4'
shell: bash
run: |
Expand Down Expand Up @@ -517,14 +519,17 @@ jobs:
# echo ${env:SDEROOT}
# .\tests\ci\run_windows_tests.bat "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 true
#
freebsd-13:
freebsd:
if: github.repository_owner == 'aws'
needs: [sanity-test-run]
name: FreeBSD ${{ matrix.version }} test
name: FreeBSD ${{ matrix.version }} (${{ matrix.arch }}) test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch:
- 'x86-64'
- 'arm64'
version:
- '13.3'
- '14.1'
Expand All @@ -541,7 +546,7 @@ jobs:
with:
environment_variables: 'AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS AWS_LC_GO_TEST_TIMEOUT GOFLAGS'
operating_system: freebsd
architecture: x86-64
architecture: ${{ matrix.arch }}
version: ${{ matrix.version }}
shell: bash
memory: 16G
Expand Down

0 comments on commit 95dd241

Please sign in to comment.