Loading test/add_target.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash set -e set -eux case "${TARGET}" in "x86_64-unknown-linux-gnu") Loading test/build_openssl.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash set -e set -eux if [ -d "${OPENSSL_DIR}" ]; then exit 0 Loading Loading @@ -53,4 +53,4 @@ case "${LIBRARY}" in esac make -j$(nproc) make install make install_sw Loading
test/add_target.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash set -e set -eux case "${TARGET}" in "x86_64-unknown-linux-gnu") Loading
test/build_openssl.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash set -e set -eux if [ -d "${OPENSSL_DIR}" ]; then exit 0 Loading Loading @@ -53,4 +53,4 @@ case "${LIBRARY}" in esac make -j$(nproc) make install make install_sw