We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabf752 commit b21a80cCopy full SHA for b21a80c
1 file changed
.buildkite/pipeline.yml
@@ -138,12 +138,12 @@ steps:
138
- JuliaCI/julia-coverage#v1:
139
codecov: true
140
command: |
141
- # julia -e 'println("--- :julia: Developing AMDGPU")
142
- # using Pkg
143
- # Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")'
+ julia -e 'println("--- :julia: Developing AMDGPU")
+ using Pkg
+ Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")'
144
julia -e '
145
using Pkg
146
- Pkg.add(url="https://github.com/juliaGPU/AMDGPU.jl", rev="master")
+ Pkg.add(url="https://github.com/christiangnrd/AMDGPU.jl", rev="intrinsics")
147
println("--- :julia: Instantiating project")
148
Pkg.develop(; path=pwd())' || exit 3
149
0 commit comments