Skip to content
Snippets Groups Projects
Commit 007de871 authored by Bryan R's avatar Bryan R Committed by Mergify
Browse files

gitlab-ci/brew.sh/curl: use LCD feature set

Use the lowest common denominator features available on supported
platforms.

(cherry picked from commit 3a2ac9b2)

# Conflicts:
#	.gitlab/brew.sh
parent 720b6b1a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,11 @@ brew_dir="${CI_PROJECT_DIR}/.brew"
if [ ! -e "${brew_dir}" ]; then
mkdir -p "${brew_dir}"
<<<<<<< HEAD
curl -L "https://github.com/Homebrew/brew/archive/refs/tags/${BREW_VERSION}.tar.gz" | tar xz --strip 1 -C "${brew_dir}"
=======
curl --fail -L "https://github.com/Homebrew/brew/archive/refs/tags/${BREW_VERSION}.tar.gz" | tar xz --strip 1 -C "${brew_dir}"
>>>>>>> 3a2ac9b29 (gitlab-ci/brew.sh/curl: use LCD feature set)
fi
export PATH="${brew_dir}/bin:${brew_dir}/sbin:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment