Skip to content

craft: S2 write path — HS_DATA_LINKED journal append with full correctness hardening #503

craft: S2 write path — HS_DATA_LINKED journal append with full correctness hardening

craft: S2 write path — HS_DATA_LINKED journal append with full correctness hardening #503

Workflow file for this run

name: HomeBlocks Build
on:
workflow_dispatch:
push:
branches:
- dev/v6.x
pull_request:
branches:
- dev/v6.x
jobs:
GccAddressSanitize:
uses: ./.github/workflows/build_commit.yml
with:
platform: "ubuntu-24.04"
build-type: "Debug"
malloc-impl: "libc"
compiler: "gcc"
conan-channel: "dev"
tooling: "AddressSanitize"
# GccThreadSanitize:
# uses: ./.github/workflows/build_commit.yml
# with:
# platform: "ubuntu-24.04"
# build-type: "Debug"
# malloc-impl: "libc"
# compiler: "gcc"
# conan-channel: "dev"
# tooling: "ThreadSanitize"
GccCoverage:
uses: ./.github/workflows/build_commit.yml
with:
platform: "ubuntu-24.04"
build-type: "Debug"
malloc-impl: "libc"
compiler: "gcc"
conan-channel: "dev"
tooling: "Coverage"
GccRelease:
uses: ./.github/workflows/build_commit.yml
with:
platform: "ubuntu-24.04"
build-type: "Release"
malloc-impl: "tcmalloc"
compiler: "gcc"
conan-channel: "dev"
tooling: "None"