croaring-rs upgrade 0.5.2 -> 1.0.1 (#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
This commit is contained in:
Yeastplume
2024-02-06 16:33:32 +00:00
committed by GitHub
parent c5efaa4e7c
commit 43b43d9749
20 changed files with 119 additions and 281 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ jobs:
windows-release:
name: Windows Release
runs-on: windows-latest
runs-on: windows-2019
env:
ROARING_ARCH: x86-64-v2
steps:
- name: Checkout
uses: actions/checkout@v3
+3 -1
View File
@@ -25,7 +25,9 @@ jobs:
windows-tests:
name: Windows Tests
runs-on: windows-latest
runs-on: windows-2019
env:
ROARING_ARCH: x86-64-v2
steps:
- name: Checkout
uses: actions/checkout@v3