File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ steps:
108108 command : |
109109 julia -e 'println("--- :julia: Developing oneAPI")
110110 using Pkg
111- Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsics")'
111+ Pkg.add(url="https://github.com/christiangnrd/oneAPI.jl", rev="intrinsics")
112+ Pkg.develop(; name="AcceleratedKernels")'
113+ sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/AcceleratedKernels/Project.toml
112114 julia -e 'println("--- :julia: Instantiating project")
113115 using Pkg
114116 Pkg.develop(; path=pwd())' || exit 3
@@ -176,7 +178,6 @@ steps:
176178 using Pkg
177179 Pkg.add(url="https://github.com/christiangnrd/OpenCL.jl", rev="intrinsics")
178180 Pkg.develop(; name="SPIRVIntrinsics")'
179- sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.9, 0.10"/' \${JULIA_DEPOT_PATH}/dev/OpenCL/Project.toml
180181 julia -e 'println("--- :julia: Instantiating project")
181182 using Pkg
182183 Pkg.develop(; path=pwd())' || exit 3
You can’t perform that action at this time.
0 commit comments