mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
WIP: Maybe don't run the tests on node-12.
Change-Id: I81d523201e365038aa5619572d292b2887ffb627
This commit is contained in:
parent
86dd2135b5
commit
b0b38e199c
1 changed files with 3 additions and 2 deletions
|
|
@ -406,8 +406,9 @@ devices.")
|
||||||
;; Run only the CI tests. The default test target requires additional
|
;; Run only the CI tests. The default test target requires additional
|
||||||
;; add-ons from NPM that are not distributed with the source.
|
;; add-ons from NPM that are not distributed with the source.
|
||||||
#:test-target "test-ci-js"
|
#:test-target "test-ci-js"
|
||||||
;; For now
|
;; We only use this package to bootstrap our later node versions.
|
||||||
#:tests? ,(not (target-riscv64?))
|
;#:tests? ,(and (not (%current-target-system))
|
||||||
|
; (target-x86?))
|
||||||
;; Some of the tests can timeout under heavy load.
|
;; Some of the tests can timeout under heavy load.
|
||||||
#:parallel-tests? ,(target-x86?)
|
#:parallel-tests? ,(target-x86?)
|
||||||
#:modules
|
#:modules
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue