Created
December 2, 2019 18:39
-
-
Save ttyusupov/1e8a234067a7669bda27e851d96aacd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build-support/common-build-env.sh b/build-support/common-build-env.sh | |
index 216aef586..ed48229eb 100644 | |
--- a/build-support/common-build-env.sh | |
+++ b/build-support/common-build-env.sh | |
@@ -1036,11 +1036,12 @@ install_linuxbrew() { | |
return | |
fi | |
local version=$1 | |
+ local version_tag=${version%-nosse4} | |
local linuxbrew_dirname=linuxbrew-$version | |
local linuxbrew_dir=$YB_LINUXBREW_LOCAL_ROOT/$linuxbrew_dirname | |
local linuxbrew_archive="${linuxbrew_dir}.tar.gz" | |
local linuxbrew_archive_checksum="${linuxbrew_archive}.sha256" | |
- local url="https://github.com/YugaByte/brew-build/releases/download/$version/\ | |
+ local url="https://github.com/YugaByte/brew-build/releases/download/$version_tag/\ | |
linuxbrew-$version.tar.gz" | |
mkdir -p "$YB_LINUXBREW_LOCAL_ROOT" | |
if [[ ! -f $linuxbrew_archive ]]; then | |
diff --git a/thirdparty/linuxbrew_version.txt b/thirdparty/linuxbrew_version.txt | |
index 65098687b..e7d5c7e71 100644 | |
--- a/thirdparty/linuxbrew_version.txt | |
+++ b/thirdparty/linuxbrew_version.txt | |
@@ -1 +1 @@ | |
-20191015T202549 | |
+20191015T202549-nosse4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment