Skip to content

feat: implement roaring64_bitmap_add_offset (and roaring64_bitmap_sub_offset and roaring64_bitmap_add_offset_signed) #572

feat: implement roaring64_bitmap_add_offset (and roaring64_bitmap_sub_offset and roaring64_bitmap_add_offset_signed)

feat: implement roaring64_bitmap_add_offset (and roaring64_bitmap_sub_offset and roaring64_bitmap_add_offset_signed) #572

Workflow file for this run

name: CIFuzz
on: [pull_request]
permissions:
contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'croaring'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'croaring'
fuzz-seconds: 300
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts