summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOmar Padron <omar.padron@kitware.com>2020-06-22 13:19:47 -0400
committerGitHub <noreply@github.com>2020-06-22 13:19:47 -0400
commit224dc951597253f426f16132eab43701a9f1c53e (patch)
tree23c2dc5276cffb84f9e6a646ca17c1d706148699 /share
parent42f2c168d2374a041d9bbe7b2246a8cae56bb369 (diff)
downloadspack-224dc951597253f426f16132eab43701a9f1c53e.tar.gz
spack-224dc951597253f426f16132eab43701a9f1c53e.tar.bz2
spack-224dc951597253f426f16132eab43701a9f1c53e.tar.xz
spack-224dc951597253f426f16132eab43701a9f1c53e.zip
Pre ci optimization (#16372)
* add initial optimization script * integrate optimization in spack ci * make optimization opt-in * fix import error * flake8 fixes * update command completion * work around vermin errors * fix sphynx errors
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 0a74d14488..ed42ad4edd 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -474,7 +474,7 @@ _spack_ci() {
}
_spack_ci_generate() {
- SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref"
+ SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref --optimize"
}
_spack_ci_rebuild() {