Skip to content

Commit 43b43d9

Browse files
authored
croaring-rs upgrade 0.5.2 -> 1.0.1 (mimblewimble#3779)
* first pass compilation of croaring update * cargo.lock * add roaring arch flag into CI build scripts * revert CI to use windows 2019 image * add more debug * more debug info * update range arguments to bitmap remove_range function calls * remove unnecessary cast
1 parent c5efaa4 commit 43b43d9

20 files changed

+119
-281
lines changed

.github/workflows/cd.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
5151
windows-release:
5252
name: Windows Release
53-
runs-on: windows-latest
53+
runs-on: windows-2019
54+
env:
55+
ROARING_ARCH: x86-64-v2
5456
steps:
5557
- name: Checkout
5658
uses: actions/checkout@v3

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525

2626
windows-tests:
2727
name: Windows Tests
28-
runs-on: windows-latest
28+
runs-on: windows-2019
29+
env:
30+
ROARING_ARCH: x86-64-v2
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v3

0 commit comments

Comments
 (0)