Skip to content

Commit 690efd1

Browse files
committed
use sources for dev branch
1 parent 312009a commit 690efd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
matrix:
66
setup:
77
version:
8-
- "1.10"
8+
- "1.11"
99
plugins:
1010
- JuliaCI/julia#v1:
1111
version: "{{matrix.version}}"

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ Random = "1"
5959
StableRNGs = "1.0.2"
6060
Test = "1"
6161
TrixiTest = "0.1"
62+
63+
[sources]
64+
CUDA = {url = "https://github.com/JuliaGPU/CUDA.jl", rev = "vc/unsafe_wrap_symbols"}

0 commit comments

Comments
 (0)