get --dev and drop set -x (#36010)

This commit is contained in:
Harmen Stoppels 2023-03-11 07:59:57 +01:00 committed by GitHub
parent 1d081565db
commit 844701b974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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": [""] }