Skip to content

Commit f1b7875

Browse files
CI: Build PoCL without hwloc (#639)
1 parent 497773f commit f1b7875

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)