We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53dae3 commit 187d08eCopy full SHA for 187d08e
.buildkite/pipeline.yml
@@ -34,7 +34,8 @@ steps:
34
Pkg.add(; url="https://github.com/leios/oneAPI.jl/", rev="GtK_transition")
35
36
println("+++ :julia: Building support library")
37
- include(Base.find_package("oneAPI")*"/deps/build_ci.jl")
+ import oneAPI
38
+ include(joinpath(dirname(pathof(oneAPI)), "..")*"/deps/build_ci.jl")
39
Pkg.activate()
40
41
println("+++ :julia: Running tests")
0 commit comments