summaryrefslogtreecommitdiff
path: root/.github/workflows/install_spack.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/install_spack.sh')
-rwxr-xr-x.github/workflows/install_spack.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/install_spack.sh b/.github/workflows/install_spack.sh
deleted file mode 100755
index be8ec8af21..0000000000
--- a/.github/workflows/install_spack.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env sh
-. share/spack/setup-env.sh
-echo -e "config:\n build_jobs: 2" > etc/spack/config.yaml
-spack config add "packages:all:target:[x86_64]"
-spack compiler find
-spack compiler info apple-clang
-spack debug report
-spack solve zlib