Skip to content

Commit f5963ca

Browse files
authored
Merge pull request #2389 from CliMA/js/clear-depot
rm clear depot from pipeline
2 parents 82bec0b + c6ef5e3 commit f5963ca

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ steps:
1515
- label: "initialize"
1616
key: "init_cpu_env"
1717
command:
18-
- |
19-
if [ -n "$$CLEAR_DEPOT" ]; then
20-
echo "--- Clearing depot"
21-
rm -rf ${JULIA_DEPOT_PATH}
22-
fi
23-
2418
- echo "--- Check that ClimaCore is developed in Manifest"
2519
- julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest.toml")["deps"]["ClimaCore"][1]["path"] == ".."'
2620

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RecursiveArrayTools = "3.2"
7373
RootSolvers = "0.3, 0.4, 1.0"
7474
SafeTestsets = "0.1"
7575
SparseArrays = "1"
76-
StaticArrays = "1.6"
76+
StaticArrays = "1.9.8"
7777
Statistics = "1"
7878
StatsBase = "0.34"
7979
TerminalLoggers = "0.1"

0 commit comments

Comments
 (0)