From 39afa0f731d902c52fa65875a020dbcb5f68981e Mon Sep 17 00:00:00 2001 From: edoapra Date: Sat, 21 Oct 2023 16:34:52 -0700 Subject: [PATCH] downgrading rocm from 5.7.1 to 5.6.1 because of nwpw compiler failures --- travis/build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 12ad452c7a..b4d7a783fa 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -251,7 +251,7 @@ if [[ "$os" == "Linux" ]]; then fi if [[ "$FC" == "amdflang" ]]; then $MYSUDO apt-get install -y wget gnupg2 coreutils dialog tzdata - rocm_version=5.7.1 + rocm_version=5.6.1 tries=0 ; until [ "$tries" -ge 10 ] ; do \ wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | $MYSUDO apt-key add - \ && break ; \