forbid test

This commit is contained in:
kreiserlee 2024-07-30 09:16:56 +08:00
parent 13233aec2a
commit 270c7ed4f5
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
nodejs-mozilla (12.22.12-ok6) nile; urgency=medium
* forbid test.
-- liyang <liyang01@kylinos.cn> Tue, 30 Jul 2024 09:15:59 +0800
nodejs-mozilla (12.22.12-ok5) nile; urgency=medium
* fix build error

2
debian/rules vendored
View File

@ -17,7 +17,7 @@ export CI_JS_SUITES = message parallel sequential
export NODE_TEST_DIR = $(CURDIR)/tmp
%:
dh $@ --no-parallel
dh $@ --no-parallel --no-check
override_dh_auto_configure:
./configure $(CONFIGURE_FLAGS)