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 = [
|
commands = [
|
||||||
# apparently there's a race when spack bootstraps? do it up front once
|
# 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,
|
SPACK_COMMAND,
|
||||||
"-e",
|
"-e",
|
||||||
|
@ -24,7 +24,7 @@ ci:
|
|||||||
- - cat /proc/loadavg || true
|
- - cat /proc/loadavg || true
|
||||||
variables:
|
variables:
|
||||||
CI_JOB_SIZE: "default"
|
CI_JOB_SIZE: "default"
|
||||||
SPACK_VERBOSE_SCRIPT: "1"
|
# SPACK_VERBOSE_SCRIPT: "1"
|
||||||
|
|
||||||
- signing-job:
|
- signing-job:
|
||||||
image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] }
|
image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] }
|
||||||
|
Loading…
Reference in New Issue
Block a user