From c99850dd5842cc74382d2b61777797178ca921ed Mon Sep 17 00:00:00 2001 From: Robert Underwood Date: Tue, 12 Jan 2021 15:32:04 -0500 Subject: 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. --- lib/spack/spack/cmd/dev_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/spack/spack/cmd/dev_build.py b/lib/spack/spack/cmd/dev_build.py index 80878f5c76..429ba07246 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? -- cgit v1.2.3-60-g2f50