1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

WIP: Maybe don't run the tests on node-12.

Change-Id: I81d523201e365038aa5619572d292b2887ffb627
This commit is contained in:
Efraim Flashner
2025-03-13 14:34:29 +02:00
parent 86dd2135b5
commit b0b38e199c

View File

@@ -406,8 +406,9 @@ devices.")
;; Run only the CI tests. The default test target requires additional
;; add-ons from NPM that are not distributed with the source.
#:test-target "test-ci-js"
;; For now
#:tests? ,(not (target-riscv64?))
;; We only use this package to bootstrap our later node versions.
;#:tests? ,(and (not (%current-target-system))
; (target-x86?))
;; Some of the tests can timeout under heavy load.
#:parallel-tests? ,(target-x86?)
#:modules