Skip to content

Commit

Permalink
tests: check also the openssl-3.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Nov 5, 2023
1 parent aae0bd8 commit 64d0bcb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/clang-asan-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
branch: [openssl-3.0, openssl-3.1, master]
branch: [openssl-3.0, openssl-3.1, openssl-3.2, master]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -31,9 +31,8 @@ jobs:
unzip -q $BRANCH.zip
cd openssl-$BRANCH
# disable all unnecessary features, with deprecated functions
./Configure linux-x86_64-clang enable-asan \
no-aria no-async no-autoload-config no-bf \
no-blake2 no-cast no-chacha \
./Configure linux-x86_64-clang enable-asan no-aria no-async \
no-autoload-config no-bf no-blake2 no-cast no-chacha \
no-comp no-ct no-dgram no-ec2m \
no-filenames no-fips no-fips-securitychecks no-gost no-idea \
no-ktls no-makedepend no-md4 no-multiblock \
Expand Down

0 comments on commit 64d0bcb

Please sign in to comment.