Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 12, 2024
1 parent f99d9c5 commit 341667a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(substitute-keyword-arguments (package-arguments node-lts)
((#:phases phases '%standard-phases)
`(modify-phases ,phases
(add-before 'delete-problematic-tests 'delete-problematic-tests-386
(add-before 'check 'delete-problematic-tests-386
(lambda* (#:key inputs #:allow-other-keys)
;; FIXME: These tests fail in 386
(delete-file "test/parallel/test-fs-utimes-y2K38.js")))))))))
Expand All @@ -97,7 +97,7 @@
(substitute-keyword-arguments (package-arguments libnode)
((#:phases phases '%standard-phases)
`(modify-phases ,phases
(add-before 'delete-problematic-tests 'delete-problematic-tests-386
(add-before 'check 'delete-problematic-tests-386
(lambda* (#:key inputs #:allow-other-keys)
;; FIXME: These tests fail in 386
(delete-file "test/parallel/test-fs-utimes-y2K38.js")))))))))
Expand Down

0 comments on commit 341667a

Please sign in to comment.