Skip to content

Commit 109ef21

Browse files
committed
test
1 parent edc43eb commit 109ef21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fedora-rawhide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: ./.github/actions/setup-vtest
3535
- name: Compile HAProxy with ${{ matrix.platform.cc }}
3636
run: |
37-
make -j3 CC=${{ matrix.platform.cc }} V=1 ERR=1 TARGET=linux-glibc DEBUG="-DDEBUG_POOL_INTEGRITY -DDEBUG_UNIT" USE_PROMEX=1 USE_OPENSSL=1 USE_QUIC=1 USE_ZLIB=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_LUA=1 ADDLIB="${{ matrix.platform.ADDLIB_ATOMIC }}" ARCH_FLAGS="-g -fsanitize=address ${{ matrix.platform.ARCH_FLAGS }}"
37+
make -j3 CC=${{ matrix.platform.cc }} V=1 ERR=1 TARGET=linux-glibc DEBUG="-DDEBUG_POOL_INTEGRITY -DDEBUG_UNIT" USE_OBSOLETE_LINKER=1 USE_PROMEX=1 USE_OPENSSL=1 USE_QUIC=1 USE_ZLIB=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_LUA=1 ADDLIB="${{ matrix.platform.ADDLIB_ATOMIC }}" ARCH_FLAGS="-g -fsanitize=address ${{ matrix.platform.ARCH_FLAGS }}"
3838
make install
3939
- name: Show HAProxy version
4040
id: show-version

0 commit comments

Comments
 (0)