Skip to content

Commit de50e1c

Browse files
authored
CI: Build PoCL without hwloc. (#367)
It seems optional, and for some reason results in compilation errors only on CI.
1 parent 4b46d9b commit de50e1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,15 @@ jobs:
9999
julia --project=pocl --color=yes -e '
100100
using LLVM_full_jll,
101101
SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll,
102-
OpenCL_jll, OpenCL_Headers_jll,
103-
Hwloc_jll, CMake_jll
102+
OpenCL_jll, OpenCL_Headers_jll, CMake_jll
104103
105104
sourcedir = joinpath(@__DIR__, "pocl")
106105
builddir = joinpath(@__DIR__, "build")
107106
destdir = joinpath(@__DIR__, "target")
108107
109108
prefix = []
110-
for jll in [SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll, OpenCL_jll,
111-
OpenCL_Headers_jll, Hwloc_jll]
109+
for jll in [SPIRV_Tools_jll, SPIRV_LLVM_Translator_jll,
110+
OpenCL_jll, OpenCL_Headers_jll]
112111
push!(prefix, jll.artifact_dir)
113112
end
114113

0 commit comments

Comments
 (0)