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 98441f29d9d..50890d1541b 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm | |||
| @@ -406,8 +406,9 @@ devices.") | |||
| 406 | ;; Run only the CI tests. The default test target requires additional | 406 | ;; Run only the CI tests. The default test target requires additional |
| 407 | ;; add-ons from NPM that are not distributed with the source. | 407 | ;; add-ons from NPM that are not distributed with the source. |
| 408 | #:test-target "test-ci-js" | 408 | #:test-target "test-ci-js" |
| 409 | ;; For now | 409 | ;; We only use this package to bootstrap our later node versions. |
| 410 | #:tests? ,(not (target-riscv64?)) | 410 | ;#:tests? ,(and (not (%current-target-system)) |
| 411 | ; (target-x86?)) | ||
| 411 | ;; Some of the tests can timeout under heavy load. | 412 | ;; Some of the tests can timeout under heavy load. |
| 412 | #:parallel-tests? ,(target-x86?) | 413 | #:parallel-tests? ,(target-x86?) |
| 413 | #:modules | 414 | #:modules |
