Skip to content

Commit 6b54ba3

Browse files
committed
Enable downstream CI for 0.10
1 parent 4981147 commit 6b54ba3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ steps:
1111
- JuliaCI/julia-coverage#v1:
1212
codecov: true
1313
command: |
14+
julia -e 'println("--- :julia: Developing CUDA")
15+
using Pkg
16+
Pkg.develop(; name="CUDA")
17+
Pkg.develop(; name="GPUArrays")'
18+
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ~/.julia/dev/CUDA/Project.toml
19+
sed -i 's/^KernelAbstractions = ".*"/KernelAbstractions = "0.10"/' ~/.julia/dev/GPUArrays/Project.toml
1420
julia -e 'println("--- :julia: Instantiating project")
1521
using Pkg
16-
Pkg.develop(; path=pwd())
17-
Pkg.develop(; name="CUDA")' || exit 3
22+
Pkg.develop(; path=pwd())' || exit 3
1823
1924
julia -e 'println("+++ :julia: Running tests")
2025
using Pkg

0 commit comments

Comments
 (0)