Skip to content

Commit 4d3b4aa

Browse files
committed
Make CI happy again
1 parent a82684a commit 4d3b4aa

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ package ouroboros-network
4040
-- https://github.com/IntersectMBO/ouroboros-network/issues/4927 for context).
4141
flags: -txsubmission-delay
4242

43+
-- We need to disable bitvec's SIMD for now, as it breaks during cross compilation.
44+
if os (windows)
45+
constraints:
46+
bitvec -simd
47+
4348
if impl (ghc >= 9.12)
4449
allow-newer:
4550
-- Bounds will be relaxed in next release
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
-->
6+
7+
<!--
8+
### Patch
9+
10+
- A bullet item for the Patch category.
11+
12+
-->
13+
<!--
14+
### Non-Breaking
15+
16+
- A bullet item for the Non-Breaking category.
17+
18+
-->
19+
<!--
20+
### Breaking
21+
22+
- A bullet item for the Breaking category.
23+
24+
-->

ouroboros-consensus-protocol/ouroboros-consensus-protocol.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test-suite protocol-test
119119
base,
120120
cardano-crypto-class ^>=2.2,
121121
cardano-ledger-binary:testlib,
122-
cardano-ledger-core ^>=1.18,
122+
cardano-ledger-core >=1.17 && <1.19,
123123
cardano-protocol-tpraos ^>=1.4,
124124
containers,
125125
ouroboros-consensus:{ouroboros-consensus, unstable-consensus-testlib},

0 commit comments

Comments
 (0)