diff --git a/share/sysu-scc-spack-repo/init-default-compiler.sh b/share/sysu-scc-spack-repo/init-default-compiler.sh index a5c13bb..94727e1 100755 --- a/share/sysu-scc-spack-repo/init-default-compiler.sh +++ b/share/sysu-scc-spack-repo/init-default-compiler.sh @@ -1,5 +1,5 @@ #!/bin/sh -spack buildcache install --otherarch "$1" +spack buildcache install --unsigned --otherarch "$1" spack compiler add --scope=site $(spack location -i "$1") spack install --fresh --fail-fast -y "$2" && spack gc -y && spack clean -ab rm $(dirname $SCC_SETUP_ENV)/../../../spack/etc/spack/compilers.yaml