We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e70912 commit 017d998Copy full SHA for 017d998
.github/workflows/openssl-version.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
jobs:
16
openssl_version_test:
17
+ continue-on-error: true
18
name: OpenSSL Version Test
19
runs-on: ubuntu-22.04
20
timeout-minutes: 30
@@ -69,7 +70,8 @@ jobs:
69
70
71
- name: Build and test wolfProvider
72
run: |
- OPENSSL_TAG=${{ matrix.openssl_ref }} \
73
+ WOLFPROV_CONFIG_CFLAGS="-static-libasan -fsanitize=address,undefined -g" \
74
+ OPENSSL_TAG=${{ matrix.openssl_ref }} \
75
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} \
76
./scripts/build-wolfprovider.sh
77
0 commit comments