diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-03-13 14:34:29 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-03-13 14:35:00 +0200 |
commit | b0b38e199cc2131c434c79e8d07cdd0438617b0e (patch) | |
tree | 02f1cc5194783977750d853fcd577198961e130b | |
parent | 86dd2135b58c1a52f3bba31e96d50dfd8b9361e5 (diff) |
WIP: Maybe don't run the tests on node-12.wip-node-riscv64
Change-Id: I81d523201e365038aa5619572d292b2887ffb627
-rw-r--r-- | gnu/packages/node.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 98441f29d9..50890d1541 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -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 |