Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! add workflow to check compatabilit…
Browse files Browse the repository at this point in the history
…y with openssl versions
  • Loading branch information
rajeev-0 committed Jan 17, 2025
1 parent e395ae3 commit 9bd4fb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [openssl-3.0, openssl-3.1, openssl-3.2, openssl-3.3, openssl-3.4]
branch: [openssl-3.1, openssl-3.4] #[openssl-3.0, openssl-3.1, openssl-3.2, openssl-3.3, openssl-3.4]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,9 +23,11 @@ jobs:
make -s -j4
cd ..
echo "OPENSSL_DIR=./openssl" >> $GITHUB_ENV
echo "PATH=$PATH:$OPENSSL_DIR/apps" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPENSSL_DIR" >> $GITHUB_ENV
- name: make
run: |
make -f Makefile_v1
make -f Makefile_v1 test_Mock
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 test_Mock
Expand Down

0 comments on commit 9bd4fb8

Please sign in to comment.