File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments