Supply Chain Integrity, Transparency, and Trust (IETF SCITT)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add explicit modules to gen dune stanzas, fixing @check build

Without explicit (modules ...), dune's @check target tried to
compile all .ml files in the directory together, causing module
resolution failures for eio.mock.

+2
+2
test/gen/dune
··· 1 1 (executable 2 2 (name gen_vector) 3 + (modules gen_vector) 3 4 (libraries scitt eio.mock x509 crypto-ec crypto-rng.unix ohex)) 4 5 5 6 (executable 6 7 (name interop_check) 8 + (modules interop_check) 7 9 (libraries scitt cose cbort x509 crypto-ec crypto-rng.unix ohex digestif))