Skip to content

Commit

Permalink
Add CI for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Aug 20, 2024
1 parent 8080ce3 commit 589a284
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
cd $(pwd)
export PATH="${HOME}/bin:${PATH}"
env
tests/ci/run_openbsd_tests.sh ${{ matrix.args }}
tests/ci/run_bsd_tests.sh ${{ matrix.args }}
EOF
gcc-4_8:
needs: [sanity-test-run]
Expand Down Expand Up @@ -490,3 +490,26 @@ 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:
if: github.repository_owner == 'aws'
name: FreeBSD 13 test
runs-on: ubuntu-latest
env:
AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS: 5
AWS_LC_GO_TEST_TIMEOUT: 90m
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Prepare VM
uses: vmactions/freebsd-vm@v1
with:
envs: 'AWS_LC_SSL_TEST_RUNNER_PEEK_ROUNDS AWS_LC_GO_TEST_TIMEOUT'
release: 13.2
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash cmake-core curl go perl5 ninja
run: |
export PATH="$PATH":/usr/local/bin/
tests/ci/run_bsd_tests.sh
1 change: 1 addition & 0 deletions .github/workflows/cross-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ jobs:
env:
CFLAGS: "-Wno-string-compare"
run: tests/ci/run_cross_tests.sh s390x s390x-ibm-linux-gnu "-DCMAKE_BUILD_TYPE=Release"

File renamed without changes.

0 comments on commit 589a284

Please sign in to comment.