Skip to content

Commit

Permalink
change build to use rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Jan 29, 2025
1 parent b5fdebe commit 8787049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,11 @@ jobs:
run: |
OPENSSL_CFLAGS="-I/${{ env.AWS_LC_INSTALL }}/include" \
OPENSSL_LIBS="-L/${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
LDFLAGS="-Wl, -rpath=/${{ env.AWS_LC_INSTALL }}/lib" \
./configure --with-crypto-library=openssl
- name: make all
run: make -j3
- name: configure checks
run: echo 'RUN_SUDO="sudo -E"' >tests/t_server_null.rc
- name: make check
run: LD_LIBRARY_PATH="${{ env.AWS_LC_INSTALL }}/lib" make -j3 check VERBOSE=1
run: make -j3 check VERBOSE=1

0 comments on commit 8787049

Please sign in to comment.