From 00b6696f3817da6aaf337a3d7a431799caf296c4 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:32:34 +0200 Subject: [PATCH] Revert "[macOS] Force curl to use IPv4 (#9586)" (#9631) --- images/macos/assets/bashrc | 1 - images/macos/scripts/build/install-homebrew.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/images/macos/assets/bashrc b/images/macos/assets/bashrc index de4a49d76..ca021fd78 100644 --- a/images/macos/assets/bashrc +++ b/images/macos/assets/bashrc @@ -28,7 +28,6 @@ export DOTNET_MULTILEVEL_LOOKUP=0 export HOMEBREW_NO_AUTO_UPDATE=1 export HOMEBREW_NO_INSTALL_CLEANUP=1 export HOMEBREW_CASK_OPTS="--no-quarantine" -export HOMEBREW_CURLRC=1 export BOOTSTRAP_HASKELL_NONINTERACTIVE=1 export BOOTSTRAP_HASKELL_INSTALL_NO_STACK_HOOK=1 diff --git a/images/macos/scripts/build/install-homebrew.sh b/images/macos/scripts/build/install-homebrew.sh index 85482869f..4a72cf2e6 100644 --- a/images/macos/scripts/build/install-homebrew.sh +++ b/images/macos/scripts/build/install-homebrew.sh @@ -36,9 +36,6 @@ brew_smart_install jq echo "Installing curl..." brew_smart_install curl -echo "Configuring curl to resolve names with IPv4..." -echo '--ipv4' >> ~/.curlrc - echo "Installing wget..." brew_smart_install "wget"