From fe2f4a3dd444899568cbf60616abdef341897097 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Tue, 27 Jun 2023 12:12:50 -0700 Subject: [PATCH] exclude external bison for macos-ci-x86_64 --- .github/workflows/macos-ci-x86_64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-ci-x86_64.yaml b/.github/workflows/macos-ci-x86_64.yaml index cbed1c60b..6de991947 100644 --- a/.github/workflows/macos-ci-x86_64.yaml +++ b/.github/workflows/macos-ci-x86_64.yaml @@ -60,7 +60,7 @@ jobs: export SPACK_SYSTEM_CONFIG_PATH="${ENVDIR}/site" # Find external packages - spack external find --scope system + spack external find --scope system --exclude bison spack external find --scope system perl spack external find --scope system wget PATH="/usr/local/opt/curl/bin:$PATH" \