forbid test
This commit is contained in:
parent
13233aec2a
commit
270c7ed4f5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue