Skip to content

Commit 6e558c1

Browse files
committed
fixup! Show version and double check we use the right TLS library in Github Actions
Change-Id: Iea1ae4576bb4695f0c98a9e020f63ae03996e3a5
1 parent 31322c1 commit 6e558c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
run: make -j3
366366
- name: show version
367367
run: ./src/openvpn/openvpn --version
368-
- name: Ensure the build uses AWS-LC
368+
- name: Ensure the build uses LibreSSL
369369
run: './src/openvpn/openvpn --version | grep -q "library versions: LibreSSL"'
370370
- name: configure checks
371371
run: echo 'RUN_SUDO="sudo -E"' >tests/t_server_null.rc
@@ -484,9 +484,9 @@ jobs:
484484
run: autoreconf -fvi
485485
- name: configure with AWS-LC
486486
run: |
487-
OPENSSL_CFLAGS="-I/${{ env.AWS_LC_INSTALL }}/include" \
488-
OPENSSL_LIBS="-L/${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
489-
LDFLAGS="-Wl,-rpath=/${{ env.AWS_LC_INSTALL }}/lib" \
487+
OPENSSL_CFLAGS="-I${{ env.AWS_LC_INSTALL }}/include" \
488+
OPENSSL_LIBS="-L${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
489+
LDFLAGS="-Wl,-rpath=${{ env.AWS_LC_INSTALL }}/lib" \
490490
./configure --with-crypto-library=openssl --enable-werror
491491
- name: make all
492492
run: make -j3

0 commit comments

Comments
 (0)