meson/extend-test-timeout-on-qemu-builds.patch
Dominique Leuenberger 1ebdcbc309 Accepting request 1008786 from home:dirkmueller:Factory
- update to 0.63.3:
  * modules: Fix paths to (sub)project source/build directories
  * i18n: Fix source root in Gettext targets for subprojects
  * backends: limit maximum path of generated filenames
  * Fix 2 typos in a single string which can be shown in error messages.
  * fix obscure crash on unbound variable 
  * Warn if wrap file changes
  * interpreter: add a special class to track the lifecycle of get_option

- add extend-test-timeout-on-qemu-builds.patch

OBS-URL: https://build.opensuse.org/request/show/1008786
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=235
2022-10-12 12:26:08 +00:00

9 lines
258 B
Diff

--- meson-0.63.1/data/macros.meson
+++ meson-0.63.1/data/macros.meson
@@ -42,4 +42,5 @@
-C %{_vpath_builddir} \
--num-processes %{_smp_build_ncpus} \
--print-errorlogs \
+ %{?qemu_user_space_build: -t 10} \
%{nil}}