Skip to content

Commit 97480e9

Browse files
committed
revert buildkite
1 parent 076cb82 commit 97480e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,13 @@ steps:
1515
concurrency: 1
1616
concurrency_group: 'depot/thermodynamics-ci'
1717
command:
18-
- echo "--- Clean up any stale Manifest.toml files"
19-
- rm -f Manifest.toml test/Manifest.toml perf/Manifest.toml gpuenv/Manifest.toml
2018
- echo "--- Instantiate test env"
21-
- rm -f test/Manifest.toml
2219
- julia --project=test -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'
2320

2421
- echo "--- Instantiate perf env"
25-
- rm -f perf/Manifest.toml
2622
- julia --project=perf -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'
2723

2824
- echo "--- Instantiate gpu env"
29-
- rm -f gpuenv/Manifest.toml
3025
- julia --project=gpuenv -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); using CUDA; CUDA.precompile_runtime(); Pkg.status()'
3126
agents:
3227
slurm_ntasks: 1

0 commit comments

Comments
 (0)