Codebase list libvirt-glib / 811b10a
Disable syntax-checks Guido Günther 3 years ago
2 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
1 Date: Wed, 7 Apr 2021 10:24:02 +0200
2 Subject: Disable syntax-checks
3
4 This avoids running the syntax checks when building from git
5 ---
6 build-aux/meson.build | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/build-aux/meson.build b/build-aux/meson.build
10 index cc2d746..a9385ab 100644
11 --- a/build-aux/meson.build
12 +++ b/build-aux/meson.build
13 @@ -21,7 +21,7 @@ rc = run_command(
14 check: true,
15 )
16
17 -sc_tests = rc.stdout().strip().split()
18 +sc_tests = []
19
20
21 # Skip syntax-check if not building from git because we get the list of files
0 Disable-syntax-checks.patch