diff options
author | Greg Becker <becker33@llnl.gov> | 2020-03-19 15:11:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 15:11:50 -0700 |
commit | e5f8b093a9c1b95ec30ba1a02777c91ad1a1805a (patch) | |
tree | 25cc7a8b5903da18509b87884ac0006618872675 /.github/actions | |
parent | a61c53a5c96c04d19116673e7c9d2bcc628c889e (diff) | |
download | spack-e5f8b093a9c1b95ec30ba1a02777c91ad1a1805a.tar.gz spack-e5f8b093a9c1b95ec30ba1a02777c91ad1a1805a.tar.bz2 spack-e5f8b093a9c1b95ec30ba1a02777c91ad1a1805a.tar.xz spack-e5f8b093a9c1b95ec30ba1a02777c91ad1a1805a.zip |
Cray bugfix: TERM missing while reading default target (#15381)
Bug: Spack hangs on some Cray machines
Reason: The TERM environment variable is necessary to run bash -lc "echo $CRAY_CPU_TARGET", but we run that command within env -i, which wipes the environment.
Fix: Manually forward the TERM environment variable to env -i /bin/bash -lc "echo $CRAY_CPU_TARGET"
Diffstat (limited to '.github/actions')
0 files changed, 0 insertions, 0 deletions