summaryrefslogtreecommitdiff
path: root/lib/spack
diff options
context:
space:
mode:
authorRobert Underwood <robertu94@users.noreply.github.com>2021-01-12 15:32:04 -0500
committerGitHub <noreply@github.com>2021-01-12 14:32:04 -0600
commit823ab32c10612b3bc52589bbf5d02b7404f6f6a2 (patch)
tree3da46e8a37862f59097d78d8463494da64c756fd /lib/spack
parente10c0a6a340956a8626de747036a745cd10d606d (diff)
downloadspack-823ab32c10612b3bc52589bbf5d02b7404f6f6a2.tar.gz
spack-823ab32c10612b3bc52589bbf5d02b7404f6f6a2.tar.bz2
spack-823ab32c10612b3bc52589bbf5d02b7404f6f6a2.tar.xz
spack-823ab32c10612b3bc52589bbf5d02b7404f6f6a2.zip
restore ability of dev-build to skip patches (#20351)
At some point in the past, the skip_patch argument was removed from the call to package.do_install() this broke the --skip-patch flag on the dev-build command.
Diffstat (limited to 'lib/spack')
-rw-r--r--lib/spack/spack/cmd/dev_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/dev_build.py b/lib/spack/spack/cmd/dev_build.py
index 8408c16e55..a681e2c2d7 100644
--- a/lib/spack/spack/cmd/dev_build.py
+++ b/lib/spack/spack/cmd/dev_build.py
@@ -112,6 +112,7 @@ def dev_build(self, args):
verbose=not args.quiet,
dirty=args.dirty,
stop_before=args.before,
+ skip_patch=args.skip_patch,
stop_at=args.until)
# drop into the build environment of the package?