Skip to content

Commit 6d446ff

Browse files
committed
Comment out pipeline.yml for now
1 parent 6c7572b commit 6d446ff

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.buildkite/pipeline.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
steps:
2-
- label: "Hello World"
3-
plugins:
4-
- JuliaCI/julia#v1:
5-
# Drop default "registries" directory, so it is not persisted from execution to execution
6-
persist_depot_dirs: packages,artifacts,compiled
7-
version: '1.6'
8-
- staticfloat/sandbox#v1:
9-
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v4.8/package_linux.x86_64.tar.gz
10-
rootfs_treehash: "2a058481b567f0e91b9aa3ce4ad4f09e6419355a"
11-
uid: 1000
12-
gid: 1000
13-
workspaces:
14-
- "/cache:/cache"
15-
agents:
16-
queue: "juliaecosystem"
17-
sandbox.jl: "true"
18-
os: "linux"
19-
timeout_in_minutes: 60
20-
commands: |
21-
git clone --branch master https://github.com/DrTimothyAldenDavis/GraphBLAS.git
22-
cd GraphBLAS
23-
make -j16
24-
cd ../benchmarks
25-
julia --project -e ' using Pkg; Pkg.instantiate(); using SuiteSparseGraphBLAS; SuiteSparseGraphBLAS.set_lib!("../GraphBLAS/build/libgraphblas.so"); exit()'
26-
julia benchmarks.jl mtx.txt
1+
# steps:
2+
# - label: "Hello World"
3+
# plugins:
4+
# - JuliaCI/julia#v1:
5+
# # Drop default "registries" directory, so it is not persisted from execution to execution
6+
# persist_depot_dirs: packages,artifacts,compiled
7+
# version: '1.6'
8+
# - staticfloat/sandbox#v1:
9+
# rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v4.8/package_linux.x86_64.tar.gz
10+
# rootfs_treehash: "2a058481b567f0e91b9aa3ce4ad4f09e6419355a"
11+
# uid: 1000
12+
# gid: 1000
13+
# workspaces:
14+
# - "/cache:/cache"
15+
# agents:
16+
# queue: "juliaecosystem"
17+
# sandbox.jl: "true"
18+
# os: "linux"
19+
# timeout_in_minutes: 60
20+
# commands: |
21+
# git clone --branch master https://github.com/DrTimothyAldenDavis/GraphBLAS.git
22+
# cd GraphBLAS
23+
# make -j16
24+
# cd ../benchmarks
25+
# julia --project -e ' using Pkg; Pkg.instantiate(); using SuiteSparseGraphBLAS; SuiteSparseGraphBLAS.set_lib!("../GraphBLAS/build/libgraphblas.so"); exit()'
26+
# julia benchmarks.jl mtx.txt

0 commit comments

Comments
 (0)