Skip to content

Commit 7a7cf87

Browse files
committed
CI: Build PoCL without hwloc
1 parent 1ac546f commit 7a7cf87

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- os: macOS-15
4343
pocl: local
4444
- os: windows-2025
45-
pocl: local
45+
pocl: local
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: julia-actions/install-juliaup@v2
@@ -83,14 +83,13 @@ jobs:
8383
julia --project=pocl --color=yes -e '
8484
using LLVM_full_jll,
8585
SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll,
86-
OpenCL_jll, OpenCL_Headers_jll,
87-
Hwloc_jll, CMake_jll
86+
OpenCL_jll, OpenCL_Headers_jll, CMake_jll
8887
sourcedir = joinpath(@__DIR__, "pocl")
8988
builddir = joinpath(@__DIR__, "build")
9089
destdir = joinpath(@__DIR__, "target")
9190
prefix = []
92-
for jll in [SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll, OpenCL_jll,
93-
OpenCL_Headers_jll, Hwloc_jll]
91+
for jll in [SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll,
92+
OpenCL_jll, OpenCL_Headers_jll]
9493
push!(prefix, jll.artifact_dir)
9594
end
9695
withenv("LD_LIBRARY_PATH" => joinpath(Sys.BINDIR, Base.PRIVATE_LIBDIR)) do

0 commit comments

Comments
 (0)