Skip to content

Commit 92e7dcc

Browse files
committed
Merge branch 'master' of github.com:ColtonWilley/wolfProvider into wp_fix_libctx_handling
2 parents 0f53ccc + 8400ddc commit 92e7dcc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/openssh.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ jobs:
9090
autoreconf -ivf
9191
./configure --with-ssl-dir=$GITHUB_WORKSPACE/openssl-install \
9292
--with-rpath=-Wl,-rpath=$GITHUB_WORKSPACE/openssl-install/lib64 \
93-
--with-prngd-socket=/tmp/prngd
93+
--with-prngd-socket=/tmp/prngd \
94+
--with-ldflags=-Wl,--export-dynamic
9495
make -j
9596
97+
export LD_LIBRARY_PATH=".:openbsd-compat:$LD_LIBRARY_PATH" # Include build dirs for symbol resolution
98+
9699
# Run all the tests except (t-exec) as it takes too long
97100
export ${{ matrix.force_fail }}
98101
make file-tests interop-tests extra-tests unit 2>&1 | tee openssh-test.log

0 commit comments

Comments
 (0)