From 2f2057733f837c4dbfa1c9a770b70b5ab7bc37bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 2 May 2024 23:17:16 +0200 Subject: [PATCH] github-ci: Drop requirement for GNU coreutils. --- .ci.sh | 1 - Brewfile | 1 - 2 files changed, 2 deletions(-) diff --git a/.ci.sh b/.ci.sh index 3913c997..e855be9c 100755 --- a/.ci.sh +++ b/.ci.sh @@ -37,7 +37,6 @@ set -e if [[ ${RUNNER_OS} = macOS ]]; then latest_brew_python3_bin="$(ls -1d /usr/local/Cellar/python/3.*/bin | sort -n | tail -n1)" export PATH="${latest_brew_python3_bin}${PATH:+:}${PATH}" - export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}" elif [[ ${RUNNER_OS} = Linux ]]; then export PATH="/usr/lib/llvm-18/bin:${PATH}" else diff --git a/Brewfile b/Brewfile index 118b2bdb..f4bf3b39 100644 --- a/Brewfile +++ b/Brewfile @@ -1,7 +1,6 @@ brew "autoconf" brew "automake" brew "cmake" -brew "coreutils" brew "docbook2x" brew "dos2unix" brew "gcc"