summaryrefslogtreecommitdiff
path: root/.github/workflows/install_spack.sh
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2024-07-09 04:46:09 +0200
committerGitHub <noreply@github.com>2024-07-09 04:46:09 +0200
commit7c5fbee327f7735e1ac5a7cf1a55a292428f0690 (patch)
treed6ac8920ce70324b5b7cef0dcd51ceed73c0f7b0 /.github/workflows/install_spack.sh
parentb19c4cdcf66beb1c2386bec64e8071bc6d559ab1 (diff)
downloadspack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.gz
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.bz2
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.xz
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.zip
Improve organization of CI workflow scripts and pip requirements (#45037)
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