Skip to content

Commit 68757f9

Browse files
committed
Temp CI
1 parent a137a45 commit 68757f9

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ steps:
115115
arch: "aarch64"
116116
if: |
117117
build.message =~ /\[only benchmarks\]/ ||
118-
build.message !~ /\[only/ && !build.pull_request.draft &&
119118
build.message !~ /\[skip benchmarks\]/
120119
timeout_in_minutes: 30

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3131
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3232

3333
[sources]
34+
GPUArrays = {rev = "reverse", url = "https://github.com/christiangnrd/GPUArrays.jl"}
3435
KernelAbstractions = {rev = "intrinsics", url = "https://github.com/christiangnrd/KernelAbstractions.jl"}
3536

3637
[extensions]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@static if VERSION < v"1.11"
22
using Pkg
33
Pkg.add(url="https://github.com/christiangnrd/KernelAbstractions.jl", rev="intrinsics")
4+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="reverse")
45
end
56

67
using Metal

0 commit comments

Comments
 (0)