Fix rocprofiler-sdk CI workflow tarball install errors (#2225)
* Add ls statement for debugging /opt directory file naming * Update ROCM_VERSION from 7.0.0 to 7.1.1 in SDK CI * Update amdgpu debian package for Ubuntu in Dockerfile.ci * disable HIP/CLR build in codeql (#2242) --------- Co-authored-by: Venkateshwar Reddy Kandula <Venkateshwarreddy.Kandula@amd.com>
This commit is contained in:
@@ -24,8 +24,8 @@ RUN set-euo pipefail; \
|
||||
apt-get install -y curl wget gpg python3 python3-pip build-essential coreutils software-properties-common git cmake g++-11 g++-12 libdw-dev libsqlite3-dev libdrm-dev file autoconf pkg-config rpm libzstd-dev && \
|
||||
add-apt-repository ppa:git-core/ppa && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
wget -N -P /tmp/ https://repo.radeon.com/amdgpu-install/latest/ubuntu/jammy/amdgpu-install_7.1.70100-1_all.deb && \
|
||||
apt-get install -y /tmp/amdgpu-install_7.1.70100-1_all.deb && \
|
||||
wget -N -P /tmp/ https://repo.radeon.com/amdgpu-install/latest/ubuntu/jammy/amdgpu-install_7.1.1.70101-1_all.deb && \
|
||||
apt-get install -y /tmp/amdgpu-install_7.1.1.70101-1_all.deb && \
|
||||
apt-get update && \
|
||||
apt-get install -y git rocm-openmp-sdk libva-amdgpu-dev rocm-llvm-dev && \
|
||||
python3 -m pip install -U awscli pipx && \
|
||||
|
||||
Reference in New Issue
Block a user