mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
CI: scripts/build-ssl.sh: loudly fail on unsupported platforms
This commit is contained in:
parent
c7335d55f8
commit
4a968d9d27
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ build_openssl () {
|
|||
'Linux')
|
||||
build_openssl_linux
|
||||
;;
|
||||
*)
|
||||
echo "not yet implemented"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
echo "${OPENSSL_VERSION}" > "${HOME}/opt/.openssl-version"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue