rpmbuild: Disable tracing for the %build stage
rpmbuild has a built-in variable that enables tracing for each script template. This generates unecessary noise throughout the build part so disable it there. Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I1a0010d518915d11af4a628b929edbc3b670d56e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14803 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
parent
a7de03068d
commit
8ecd4994fb
@ -58,6 +58,8 @@ make clean %{make} &>/dev/null || :
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
set +x
|
||||||
|
|
||||||
cfs() {
|
cfs() {
|
||||||
(($# > 1)) || return 0
|
(($# > 1)) || return 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user