Don’t run tests by default
They are too fiddly.
This commit is contained in:
parent
e63fee34ce
commit
38395c0a9a
@ -1,7 +1,9 @@
|
||||
%global libname mesonbuild
|
||||
|
||||
# Run tests by default
|
||||
%bcond_without check
|
||||
# Don’t run the tests by default, since they are rather flaky.
|
||||
# I’ll get to getting them running eventually, but free time is sparse.
|
||||
# — ekulik
|
||||
%bcond_with check
|
||||
|
||||
Name: meson
|
||||
Version: 0.53.1
|
||||
|
Loading…
Reference in New Issue
Block a user