Skip to content

Commit

Permalink
ROCm container update outdated keys
Browse files Browse the repository at this point in the history
The keys for ROCm apt reposetories are outdated and must be updated to
be able to install additional ROCm dependencies.
  • Loading branch information
psychocoderHPC authored and j-stephan committed Aug 3, 2021
1 parent cb3b026 commit 87a8f45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions script/install_hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ source ./script/set.sh

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

travis_retry apt-get -y --quiet update
travis_retry apt-get -y --quiet wget gnupg2
# AMD container keys are outdated and must be updated
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
travis_retry apt-get -y --quiet update

# AMD container are not shipped with rocrand/hiprand
travis_retry sudo apt-get -y --quiet install rocrand

0 comments on commit 87a8f45

Please sign in to comment.