Skip to content

Commit

Permalink
Add OpenBSD GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Feb 8, 2024
1 parent 9f20651 commit d16de92
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,20 @@ jobs:
OpenBSD-64-bit:
needs: [sanity-test-run]
runs-on: macos-12
runs-on: macos-12-large
strategy:
matrix:
runner: ["tests/ci/run_posix_tests.sh", "tests/ci/run_fips_tests.sh"]
steps:
- uses: actions/checkout@v3
- name: OpenBSD
uses: cross-platform-actions/[email protected]
uses: cross-platform-actions/[email protected]
env:
AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS: 5
with:
environment_variables: AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS
operating_system: openbsd
cpu_count: 12
architecture: x86-64
version: '7.4'
shell: bash
Expand All @@ -146,7 +153,7 @@ jobs:
mkdir "${HOME}/bin"
ln -s /usr/local/bin/gmake "${HOME}/bin/make"
export PATH="${HOME}/bin:${PATH}"
${{ matrix.runner }}
# TODO: Investigate sudden hanging tests and failures in GHA runners (P114059413)
# MSVC-SDE-32-bit:
Expand Down

0 comments on commit d16de92

Please sign in to comment.