summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-03-11 07:59:57 +0100
committerGitHub <noreply@github.com>2023-03-10 22:59:57 -0800
commit844701b9740abda04608074d4f03790b0b87d3c1 (patch)
tree404aebc4da9d89c154003faa0023a78ec5d78195
parent1d081565dbbc5901f153702344b8f47b1f1bd602 (diff)
downloadspack-844701b9740abda04608074d4f03790b0b87d3c1.tar.gz
spack-844701b9740abda04608074d4f03790b0b87d3c1.tar.bz2
spack-844701b9740abda04608074d4f03790b0b87d3c1.tar.xz
spack-844701b9740abda04608074d4f03790b0b87d3c1.zip
get --dev and drop set -x (#36010)
-rw-r--r--lib/spack/spack/cmd/ci.py2
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/ci.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/ci.py b/lib/spack/spack/cmd/ci.py
index 62edbaa6c4..be081e6870 100644
--- a/lib/spack/spack/cmd/ci.py
+++ b/lib/spack/spack/cmd/ci.py
@@ -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",
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
index f4953a6125..8ada6673f0 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
@@ -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": [""] }