this repo has no description
0
fork

Configure Feed

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

Merge pull request #22953 from dannywillems/dannywillems@fix-ff-pbt-with-test-bls12-381-6.0.1

Add constraint `with-test` for ff-pbt in the OPAM definition of bls12-381.6.0.1

authored by

Kate and committed by
GitHub
d02c25d7 8fe3240a

+2 -2
+2 -2
packages/bls12-381/bls12-381.6.0.1/opam
··· 19 19 "alcotest" {with-test} 20 20 "integers" 21 21 "integers_stubs_js" {with-test} 22 - "ff-pbt" {>= "0.6.0" & < "0.7.0"} 22 + "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} 23 23 "odoc" {with-doc} 24 24 ] 25 25 conflicts: ["ocaml-option-bytecode-only"] ··· 48 48 "sha512=f5395e1461cb5edba0e7072ca90c64bed50ae45b53fe76f4f071043f1b56f3967495c939757abe5307aa9d84b4bf33bd98e5a4c465016a42da4b4570d4503234" 49 49 ] 50 50 } 51 - x-ci-accept-failures: ["centos-7" "oraclelinux-7"] 51 + x-ci-accept-failures: ["centos-7" "oraclelinux-7"]