
The problem that motivated commit 3a44b8dfc0
(ci: Move job for HIP tests
on Fedora 39 to a dedicated base image, 2024-04-24, v3.30.0-rc1~202^2~11)
turns out to be exposed by spaces in the path to HIP binaries. Move the
CI work directory to a path without spaces.
Closes: #25932
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
# Install development tools.
|
|
clang
|
|
clang-tools-extra
|
|
compiler-rt
|
|
gcc-c++
|
|
git-core
|
|
make
|
|
|
|
# Install HIP language toolchain.
|
|
hsakmt-devel
|
|
lld
|
|
llvm
|
|
rocm-comgr-devel
|
|
rocm-hip-devel
|
|
rocm-runtime-devel
|