Merge pull request #11761 from iMichka/debian
brews.sh: change HOMEBREW_MINIMUM_CURL_VERSION only for debian 7
This commit is contained in:
commit
2689957a08
@ -412,7 +412,7 @@ else
|
|||||||
|
|
||||||
# This is set by the user environment.
|
# This is set by the user environment.
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
if [[ -n "${HOMEBREW_FORCE_HOMEBREW_ON_LINUX}" && -n "${HOMEBREW_ON_DEBIAN7}" ]]
|
if [[ -n "${HOMEBREW_ON_DEBIAN7}" ]]
|
||||||
then
|
then
|
||||||
# Special version for our debian 7 docker container used to build patchelf and binutils
|
# Special version for our debian 7 docker container used to build patchelf and binutils
|
||||||
HOMEBREW_MINIMUM_CURL_VERSION="7.25.0"
|
HOMEBREW_MINIMUM_CURL_VERSION="7.25.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user