Skip to content

Commit d41ddc8

Browse files
fix using shipped stdlib depot (#1400)
[skip ci]
1 parent eeab2e2 commit d41ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/agent_startup.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ StartLimitBurst = 0
66
[Service]
77
EnvironmentFile = ${SRC_DIR}/.env
88
Environment = AGENT_IDX=${AGENT_IDX}
9-
Environment = JULIA_DEPOT_PATH=${AGENT_DIR}/depot
9+
Environment = JULIA_DEPOT_PATH=${AGENT_DIR}/depot:
1010
Environment = BINARYBUILDER_STORAGE_DIR=${AGENT_DIR}/storage
1111
Environment = TMPDIR=${AGENT_DIR}/tmp
1212
WorkingDirectory = ${AGENT_DIR}

0 commit comments

Comments
 (0)