- For unknown reasons the appliance build fails randomly
Workaround it by retrying the build once OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=472
This commit is contained in:
parent
80874171af
commit
7a68e494ff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 28 10:20:30 UTC 2021 - ohering@suse.de
|
||||
|
||||
- For unknown reasons the appliance build fails randomly
|
||||
Workaround it by retrying the build once
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 13:13:13 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -608,10 +608,14 @@ export HAVE_PACMAN_FALSE="#"
|
||||
#Workaround an autotools bug
|
||||
make -j1 -C builder index-parse.c
|
||||
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir instead of the site dir
|
||||
build_it() {
|
||||
make \
|
||||
INSTALLDIRS=vendor \
|
||||
LD_RUN_PATH= \
|
||||
%{?_smp_mflags}
|
||||
"$@"
|
||||
}
|
||||
|
||||
build_it %{?_smp_mflags} || build_it
|
||||
|
||||
%install
|
||||
%makeinstall \
|
||||
|
Loading…
Reference in New Issue
Block a user