Skip to content

safety guarantees about deserialize_safe & internal_validate functions #1158

safety guarantees about deserialize_safe & internal_validate functions

safety guarantees about deserialize_safe & internal_validate functions #1158

name: Ubuntu-Debug-Sanitized-CI
'on':
- push
- pull_request
permissions:
contents: read
jobs:
ci:
name: ubuntu-gcc
runs-on: ubuntu-latest
env:
CC: gcc
CXX: g++
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build and Test
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DROARING_SANITIZE=ON -DENABLE_ROARING_TESTS=ON ..
cmake --build .
ctest . --output-on-failure