From 71e76cc980e289e0f33f5e7d8bbec3a3f3784576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Mon, 18 Dec 2023 23:31:00 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20unresolved=20host=20errors=20by=20switchi?= =?UTF-8?q?ng=20to=20using=20jemalloc=E2=80=99s=20primary=20URL=20(#1579)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/setup.sh b/libs/setup.sh index 028797679..2f968f71c 100755 --- a/libs/setup.sh +++ b/libs/setup.sh @@ -259,7 +259,7 @@ repo_clone_try_double "${primary_urls[absl]}" "${secondary_urls[absl]}" "absl" " # jemalloc ea6b3e973b477b8061e0076bb257dbd7f3faa756 JEMALLOC_COMMIT_VERSION="5.2.1" -repo_clone_try_double "${secondary_urls[jemalloc]}" "${secondary_urls[jemalloc]}" "jemalloc" "$JEMALLOC_COMMIT_VERSION" +repo_clone_try_double "${primary_urls[jemalloc]}" "${secondary_urls[jemalloc]}" "jemalloc" "$JEMALLOC_COMMIT_VERSION" # this is hack for cmake in libs to set path, and for FindJemalloc to use Jemalloc_INCLUDE_DIR pushd jemalloc