Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build-scripts/manylinux-container-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ RUN \
fi

ADD build_utils.sh /root/build_utils.sh
ADD install_perl.sh /root/install_perl.sh
RUN ./install_perl.sh "${RELEASE}"
ADD install_libffi.sh /root/install_libffi.sh
RUN ./install_libffi.sh "${RELEASE}"
ADD install_openssl.sh /root/install_openssl.sh
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/manylinux-container-image/install_libssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
# make[2]: *** [examples/libssh_scp] Error 1
# make[1]: *** [examples/CMakeFiles/libssh_scp.dir/all] Error 2
# make: *** [all] Error 2
export LDFLAGS="-pthread -ldl"
export LDFLAGS="-pthread"

# NOTE: `PKG_CONFIG_PATH` is necessary for `cmake` to be able to locate
# NOTE: C-headers files `*.h`. Otherwise, the error is:
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/manylinux-container-image/install_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ make -j4
# https://github.com/openssl/openssl/issues/6685#issuecomment-403838728
make install_sw install_ssldirs
popd
rm -rf openssl*
rm -rf ${OPENSSL_VERSION}
23 changes: 0 additions & 23 deletions build-scripts/manylinux-container-image/install_perl.sh

This file was deleted.

Loading