get --dev and drop set -x (#36010)
This commit is contained in:
parent
1d081565db
commit
844701b974
@ -552,7 +552,7 @@ def ci_rebuild(args):
|
||||
|
||||
commands = [
|
||||
# apparently there's a race when spack bootstraps? do it up front once
|
||||
[SPACK_COMMAND, "-e", env.path, "bootstrap", "now", "--dev"],
|
||||
[SPACK_COMMAND, "-e", env.path, "bootstrap", "now"],
|
||||
[
|
||||
SPACK_COMMAND,
|
||||
"-e",
|
||||
|
@ -24,7 +24,7 @@ ci:
|
||||
- - cat /proc/loadavg || true
|
||||
variables:
|
||||
CI_JOB_SIZE: "default"
|
||||
SPACK_VERBOSE_SCRIPT: "1"
|
||||
# SPACK_VERBOSE_SCRIPT: "1"
|
||||
|
||||
- signing-job:
|
||||
image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] }
|
||||
|
Loading…
Reference in New Issue
Block a user