Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit e3591f6

Browse files
committed
Install LLVM runtimes with cmake install
1 parent 4c8d7be commit e3591f6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/ci/sycl_x86_setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,10 @@ def build_linux_native_cpu_toolchain() -> Path:
164164
run(
165165
[
166166
"cmake",
167-
"--build",
167+
"--install",
168168
str(build_dir / "runtimes" / "runtimes-bins"),
169-
"--target",
170-
"install",
171-
"--parallel",
169+
"--prefix",
170+
str(toolchain_root),
172171
]
173172
)
174173
run(["cmake", "--build", str(build_dir), "--target", "deploy-sycl-toolchain", "--parallel"])

0 commit comments

Comments
 (0)