mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-13 09:34:52 +02:00
Update HAProxy build-vtest: fix v3.1.0 and add v3.2,0
This commit is contained in:
9
.github/workflows/haproxy.yml
vendored
9
.github/workflows/haproxy.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
haproxy_ref: [ 'v3.1.0' ]
|
haproxy_ref: [ 'v3.1.0', 'v3.2.0']
|
||||||
steps:
|
steps:
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -82,6 +82,13 @@ jobs:
|
|||||||
working-directory: build-dir/haproxy-${{matrix.haproxy_ref}}
|
working-directory: build-dir/haproxy-${{matrix.haproxy_ref}}
|
||||||
run: make clean && make TARGET=linux-glibc USE_OPENSSL_WOLFSSL=1 SSL_LIB=$GITHUB_WORKSPACE/build-dir/lib SSL_INC=$GITHUB_WORKSPACE/build-dir/include ADDLIB=-Wl,-rpath,$GITHUB_WORKSPACE/build-dir/lib CFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
|
run: make clean && make TARGET=linux-glibc USE_OPENSSL_WOLFSSL=1 SSL_LIB=$GITHUB_WORKSPACE/build-dir/lib SSL_INC=$GITHUB_WORKSPACE/build-dir/include ADDLIB=-Wl,-rpath,$GITHUB_WORKSPACE/build-dir/lib CFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
|
||||||
|
|
||||||
|
# wlallemand/VTest used in v3.1.0 is no longer available
|
||||||
|
- name: Patch build-vtest.sh for v3.1.0
|
||||||
|
if: matrix.haproxy_ref == 'v3.1.0'
|
||||||
|
working-directory: build-dir/haproxy-${{ matrix.haproxy_ref }}/scripts
|
||||||
|
run: |
|
||||||
|
sed -i 's|https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz|https://github.com/vtest/VTest2/archive/main.tar.gz|' build-vtest.sh
|
||||||
|
|
||||||
- name: Build haproxy vtest
|
- name: Build haproxy vtest
|
||||||
working-directory: build-dir/haproxy-${{matrix.haproxy_ref}}
|
working-directory: build-dir/haproxy-${{matrix.haproxy_ref}}
|
||||||
run: ./scripts/build-vtest.sh
|
run: ./scripts/build-vtest.sh
|
||||||
|
Reference in New Issue
Block a user