* ci: darwin stacks: update tags following system updates * disable SPACK_CI_DISABLE_STACKS; only enable *darwin* stacks for testing * manually chmod u+w tmp/ before cleanup due to issue#49147 * comment out failing specs for now * re-enable logic for disabling stacks * add explanatory comment for darwin after_script additions * remove more darwin-only targetting * restore build_stage to default location * move build-job-remove out of individual darwin stacks into darwin top level config * keep build_stage in $spack/tmp for now
31 lines
827 B
YAML
31 lines
827 B
YAML
spack:
|
|
view: false
|
|
|
|
packages:
|
|
all:
|
|
require: target=aarch64
|
|
|
|
config:
|
|
deprecated: true # allow old python versions
|
|
|
|
specs:
|
|
- clingo-bootstrap +optimized ^python@3.13
|
|
- clingo-bootstrap +optimized ^python@3.12
|
|
- clingo-bootstrap +optimized ^python@3.11
|
|
- clingo-bootstrap +optimized ^python@3.10
|
|
- clingo-bootstrap +optimized ^python@3.9
|
|
- clingo-bootstrap +optimized ^python@3.8
|
|
|
|
- clingo-bootstrap@spack +optimized ^python@3.13
|
|
- clingo-bootstrap@spack +optimized ^python@3.12
|
|
- clingo-bootstrap@spack +optimized ^python@3.11
|
|
- clingo-bootstrap@spack +optimized ^python@3.10
|
|
- clingo-bootstrap@spack +optimized ^python@3.9
|
|
- clingo-bootstrap@spack +optimized ^python@3.8
|
|
|
|
ci:
|
|
pipeline-gen:
|
|
- build-job:
|
|
variables:
|
|
CI_GPG_KEY_ROOT: /etc/protected-runner
|