ci: fix stack mirror urls (#38882)
This commit is contained in:
parent
fde1954c13
commit
12d86ffb6a
@ -255,6 +255,11 @@ protected-publish:
|
||||
# you should inlclude your custom definitions at the end of the of the
|
||||
# extends list.
|
||||
#
|
||||
# Also note that if extending .base-job, the mirror url given in your
|
||||
# spack.yaml should take the form:
|
||||
#
|
||||
# s3://spack-binaries/develop/${SPACK_CI_STACK_NAME}
|
||||
#
|
||||
########################################
|
||||
# My Super Cool Pipeline
|
||||
########################################
|
||||
|
@ -92,7 +92,7 @@ spack:
|
||||
# - py-vector-quantize-pytorch # py-torch
|
||||
# - r-xgboost # r
|
||||
|
||||
mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-cpu" }
|
||||
mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-mps" }
|
||||
|
||||
ci:
|
||||
pipeline-gen:
|
||||
|
Loading…
Reference in New Issue
Block a user