Searched +full:meson +full:- +full:build +full:- +full:and +full:- +full:test (Results 1 – 25 of 72) sorted by relevance
123
... .vim meson-1.0.0/data/test.schema.json meson-1.0.0/
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.7 # gives unlimited permission to copy and/or distribute it,19 if test -z '$(MAKELEVEL)'; then \21 elif test -n '$(MAKE_HOST)'; then \23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \30 case $${target_option-} in \33 "target option '$${target_option-}' specified" >&2; \54 test $$skip_next = yes && { skip_next=no; continue; }; \56 *=*|--*) continue;; \57 -*I) strip_trailopt 'I'; skip_next=yes;; \[all …]
1 # IMAGE_TAG is the tag of the docker image used for the build jobs. If the2 # image doesn't exist yet, the docker-image stage generates it.8 # gcc/clang or other packages, which might break the build with older commits16 IMAGE_TAG: "debian-testing-20190219"21 - docker-image22 - build-and-test24 debian-testing:25 stage: docker-image27 name: gcr.io/kaniko-project/executor:debug30 …- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGIST…[all …]
3 - /travis.*/4 version: '{build}'11 - BUILD: i686-pc-cygwin12 - BUILD: x86_64-pc-cygwin14 - if "%BUILD%"=="x86_64-pc-cygwin" set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin6415 - if "%BUILD%"=="i686-pc-cygwin" set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin16 - curl -fsSL https://gist.githubusercontent.com/jon-turney/0338af595313f598bfab15a0ac0df847/raw/bd0…17 - echo Updating Cygwin and installing build prerequisites18 - '%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P "meson,b…19 - echo Install done[all …]
3 Date: Mon, 16 Sep 2019 10:12:38 -07006 The c++ test is necessary to ensure libglib doesn't accidentally use C++7 reserved keywords in public headers. Because this is just a test, it isn't8 necessary to have a C++ compiler to build libglib2.10 Signed-off-by: Adam Duskett <Aduskett@gmail.com>13 ---14 glib/glibconfig.h.in | 1 -15 meson.build | 18 +-----------------16 tests/meson.build | 5 -----17 3 files changed, 1 insertion(+), 23 deletions(-)[all …]
4 Subject: [PATCH] meson: Make tests optional6 Now can be disabled with -DSKIP_TESTS=true.8 It allows to avoid meson error during build when ip isn't installed.12 Reviewed-by: Petr Vorel <petr.vorel@gmail.com>13 Signed-off-by: Heiko Becker <heirecka@exherbo.org>14 [ pvorel: Rename variable TEST => SKIP_TESTS, default false, adjust16 Signed-off-by: Petr Vorel <petr.vorel@gmail.com>20 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>21 ---23 ping/meson.build | 84 ++-----------------------------------------[all …]
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>5 MIME-Version: 1.06 Content-Type: text/plain; charset=UTF-87 Content-Transfer-Encoding: 8bit9 * Do not build/run mozjs-linked program10 * Do not try to run test applications12 Upstream-Status: Submitted[https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690]14 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>15 ---16 meson.build | 4 +++-[all …]
6 Upstream-Status: Inappropriate [oe-core specific]7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>8 ---9 gio/tests/meson.build | 8 ++++----10 glib/tests/meson.build | 2 +-11 meson.build | 3 +++12 tests/meson.build | 2 +-13 4 files changed, 9 insertions(+), 6 deletions(-)15 diff --git a/gio/tests/meson.build b/gio/tests/meson.build17 --- a/gio/tests/meson.build[all …]
4 Subject: [PATCH] Enable more tests while cross-compiling6 Upstream disables a few tests while cross-compiling because their build requires7 running other built binaries. This usually makes sense but in the cross-compile8 case we can depend on glib-2.0-native.10 Upstream-Status: Inappropriate [OE specific]11 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>13 ---14 gio/tests/meson.build | 24 ++++++++++++------------15 1 file changed, 12 insertions(+), 12 deletions(-)17 diff --git a/gio/tests/meson.build b/gio/tests/meson.build[all …]
3 Date: Sat, 12 Oct 2019 17:46:26 -07004 Subject: [PATCH] meson: Run atomics test on clang as well7 ./glib-2.62.1/glib/gatomic.c:675:2: error: G_ATOMIC_LOCK_FREE defined, but incapable of lock-free a…10 Upstream-Status: Pending11 Signed-off-by: Khem Raj <raj.khem@gmail.com>13 ---14 meson.build | 2 +-15 1 file changed, 1 insertion(+), 1 deletion(-)17 diff --git a/meson.build b/meson.build19 --- a/meson.build[all …]
6 - this is a bash script that will run the installed_tests7 with some of the environment variables used in the meson10 Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/789]12 Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>13 ---14 subprojects/gstreamer/tests/check/meson.build | 17 +++++++++++++++++16 .../gstreamer/tests/check/template.test.in | 2 +-17 3 files changed, 27 insertions(+), 1 deletion(-)20 diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meso…22 --- a/subprojects/gstreamer/tests/check/meson.build[all …]
4 Subject: [PATCH] build: set HAVE_STATEMENT_EXPR var6 The v73 version tries to build and run a test program at compile7 time to check whether compiler supports sizeof and expression statements8 and sets HAVE_STATEMENT_EXPR accordingly. This requires EXEWRAPPER_ENABLED9 in meson.bbclass to be True and qemu-usermode to be working.11 In cases when EXEWRAPPER_ENABLED is False, build fails with error:13 | ../git/meson.build:213:0: ERROR: Can not run test applications in16 We don't really need to do this as these have been supported since gcc3 and can set the configs to …22 Upstream-Status: Inappropriate24 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>[all …]
2 From: Jeffy Chen <jeffy.chen@rock-chips.com>11 gst-launch-1.0 libcamerasrc ! waylandsink13 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>14 ---15 meson_options.txt | 2 +-16 src/libcamera/device_enumerator.cpp | 8 +-18 src/libcamera/pipeline/custom/meson.build | 5 +19 test/pipeline/custom/custom_pipeline_test.cpp | 110 +++++20 test/pipeline/custom/meson.build | 14 +21 test/pipeline/meson.build | 1 +[all …]
4 Subject: [PATCH] meson.build: allow (a subset of) tests in cross compile8 do not require running target executables at build time,9 and so can be built and installed.14 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/150]15 Signed-off-by: Alexander Kanavin <alex@linutronix.de>16 ---17 meson.build | 6 +++---18 tests/meson.build | 10 ++++++----19 2 files changed, 9 insertions(+), 7 deletions(-)21 diff --git a/meson.build b/meson.build[all …]
2 From: "A. Wilcox" <AWilcox@Wilcox-Tech.com>6 On at least Linux/musl and Linux/uclibc, netgroup support is not12 to the administrator if unix-netgroup: is specified in configuration.14 (sam: rebased for Meson and Duktape.)16 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/issues/1417 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/issues/16318 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/5219 Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>24 Upstream-Status: Backport [https://gitlab.freedesktop.org/polkit/polkit/-/commit/b57deee8178190a7ec…25 Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>[all …]
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>6 ---7 meson.build | 11 ++++++++---8 1 file changed, 8 insertions(+), 3 deletions(-)10 diff --git a/meson.build b/meson.build12 --- a/meson.build13 +++ b/meson.build14 @@ -101,9 +101,14 @@ elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')18 - path_wtmp = '/var/log/utx.log'19 - assert(run_command('test', '-e', path_wtmp).returncode() == 0, 'Do not know which filename to wa…[all …]
2 # SPDX-License-Identifier: MIT16 Test that Meson builds correctly.19 if not (self.tc.hasHostPackage("nativesdk-meson")):20 raise unittest.SkipTest("EpoxyTest class: SDK doesn't contain Meson")24 …f.td["DL_DIR"], "https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz")27 dirs["source"] = os.path.join(testdir, "libepoxy-1.5.3")28 dirs["build"] = os.path.join(testdir, "build")31 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)33 os.makedirs(dirs["build"])35 …log = self._run("meson --warnlevel 1 -Degl=no -Dglx=no -Dx11=false {build} {source}".format(**dirs…[all …]
2 ----------------------------------7 - :yocto_bugs:`bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual test case failure </show_bug…12 - glibc: Backport fix for :cve:`2021-43396`13 - vim: add patch number to :cve:`2021-3778` patch14 - vim: fix :cve:`2021-3796`, :cve:`2021-3872`, and :cve:`2021-3875`15 - squashfs-tools: follow-up fix for :cve:`2021-41072`16 - avahi: update CVE id fixed by local-ping.patch17 - squashfs-tools: fix :cve:`2021-41072`18 - ffmpeg: fix :cve:`2021-38114`19 - curl: fix :cve:`2021-22945`, :cve:`2021-22946` and :cve:`2021-22947`[all …]
4 Subject: [PATCH] meson: import changes from 3.0.* version6 * we need to use the meson option to disable introspection and docs8 Upstream-Status: Backport9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>10 ---11 meson.build | 139 ++++++++++++++++++++++++++++------------------13 2 files changed, 90 insertions(+), 54 deletions(-)16 diff --git a/meson.build b/meson.build18 --- a/meson.build19 +++ b/meson.build[all …]
3 ---9 ---17 - Update Debian10 to Debian1118 - Update Yocto3.4 to Yocto4.019 - Update Buildroot 2018 to Buildroot202120 - Update Kernel4.19 with rockchip inside22 2 SDK optimization and adjustment24 - Reconstruct SDK configuration compilation mechanism25 - Adjusting the compilation mechanism of the wifibt module26 - Import a new version of Camera rkaiq to optimize its functionality and performance[all …]
6 Add a new weston-vnc man page, based on the weston-rdp man page.9 Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>11 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>12 ---13 man/meson.build | 9 ++++++++14 man/weston-vnc.man | 57 ++++++++++++++++++++++++++++++++++++++++++++++17 create mode 100644 man/weston-vnc.man19 diff --git a/man/meson.build b/man/meson.build21 --- a/man/meson.build22 +++ b/man/meson.build[all …]
7 SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \8 file://run-ptest \9 file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \10 file://Enable-more-tests-while-cross-compiling.patch \11 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \12 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \13 file://0001-Do-not-ignore-return-value-of-write.patch \14 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \15 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \[all …]
2 DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM driver…3 HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools"4 BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues"10 inherit meson pkgconfig15 SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master \16 file://0001-lib-meson.build-fix-meson-0.60-compatibility.patch \21 …NDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib js…23 RDEPENDS:${PN}-tests += "bash"25 PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"27 PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c"[all …]