all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#58495: opam import generates wrong check phase
@ 2022-10-13 15:03 Csepp
  2022-10-13 15:44 ` Julien Lepiller
  0 siblings, 1 reply; 6+ messages in thread
From: Csepp @ 2022-10-13 15:03 UTC (permalink / raw)
  To: 58495

So I'm working on building MirageOS unikernels with Guix, which means
using the OPAM importer *a lot*, which unearths some very Fun TM bugs.
Here is the first one:

guix import opam mirage-clock

The correct check phase is this:
```
(replace 'check
           (lambda* (#:key tests? #:allow-other-keys)
             (invoke "dune" "runtest" "--release")))
```




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-28 21:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 15:03 bug#58495: opam import generates wrong check phase Csepp
2022-10-13 15:44 ` Julien Lepiller
2022-10-13 16:16   ` Csepp
2023-01-28 12:25     ` Julien Lepiller
2023-01-28 19:28       ` Csepp
2023-01-28 21:06         ` Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.