We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f53ccc + 8400ddc commit 92e7dccCopy full SHA for 92e7dcc
1 file changed
.github/workflows/openssh.yml
@@ -90,9 +90,12 @@ jobs:
90
autoreconf -ivf
91
./configure --with-ssl-dir=$GITHUB_WORKSPACE/openssl-install \
92
--with-rpath=-Wl,-rpath=$GITHUB_WORKSPACE/openssl-install/lib64 \
93
- --with-prngd-socket=/tmp/prngd
+ --with-prngd-socket=/tmp/prngd \
94
+ --with-ldflags=-Wl,--export-dynamic
95
make -j
96
97
+ export LD_LIBRARY_PATH=".:openbsd-compat:$LD_LIBRARY_PATH" # Include build dirs for symbol resolution
98
+
99
# Run all the tests except (t-exec) as it takes too long
100
export ${{ matrix.force_fail }}
101
make file-tests interop-tests extra-tests unit 2>&1 | tee openssh-test.log
0 commit comments