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 66c99dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,17 @@ jobs:
OpenBSD-64-bit:
needs: [sanity-test-run]
runs-on: macos-12
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/action@v0.10.0
uses: cross-platform-actions/action@v0.22.0
env:
AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS: 5
with:
environment_variables: AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS
operating_system: openbsd
architecture: x86-64
version: '7.4'
Expand All @@ -146,7 +152,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 66c99dd

Please sign in to comment.