Skip to content

Commit 87a8f45

Browse files
psychocoderHPCj-stephan
authored andcommitted
ROCm container update outdated keys
The keys for ROCm apt reposetories are outdated and must be updated to be able to install additional ROCm dependencies.
1 parent cb3b026 commit 87a8f45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/install_hip.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ source ./script/set.sh
1616

1717
: "${ALPAKA_CI_HIP_ROOT_DIR?'ALPAKA_CI_HIP_ROOT_DIR must be specified'}"
1818

19+
travis_retry apt-get -y --quiet update
20+
travis_retry apt-get -y --quiet wget gnupg2
21+
# AMD container keys are outdated and must be updated
22+
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
23+
travis_retry apt-get -y --quiet update
24+
1925
# AMD container are not shipped with rocrand/hiprand
2026
travis_retry sudo apt-get -y --quiet install rocrand

0 commit comments

Comments
 (0)