Skip to content

Commit

Permalink
downgrading rocm from 5.7.1 to 5.6.1 because of nwpw compiler failures
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 21, 2023
1 parent bce4c5c commit 39afa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit 39afa0f

Please sign in to comment.