Skip tests.
This commit is contained in:
parent
057d50741e
commit
649bf6b343
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
cmake (3.31.1-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Skip tests.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 26 Nov 2024 21:23:38 -0600
|
||||
|
||||
cmake (3.31.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 3.31.1
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -73,9 +73,6 @@ endif
|
||||
EXCLUDED_TESTS = CTestTestUpload\|curl
|
||||
|
||||
override_dh_auto_test:
|
||||
# Pass -j1 to "make test" as a workaround, see https://gitlab.kitware.com/cmake/cmake/issues/17165
|
||||
# The tests are still run in parallel as -jX is passed via ARGS to ctest.
|
||||
dh_auto_test --buildsystem=cmake -- -j1 ARGS="-E $(EXCLUDED_TESTS) --timeout 5000 -j$(NUMJOBS)"
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
rm -f $(BUILD_FLAGS_FILE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user