Skip to content

Setup sanitizers + fix a circular ref of contexts#2

Merged
ochafik merged 6 commits intomainfrom
sanitizers
Oct 29, 2025
Merged

Setup sanitizers + fix a circular ref of contexts#2
ochafik merged 6 commits intomainfrom
sanitizers

Conversation

@ochafik
Copy link
Copy Markdown
Owner

@ochafik ochafik commented Oct 29, 2025

docker run --rm \
  -v "$PWD":/src:ro \
  -v "$PWD/build-docker":/src/build \
  -w /src \
  "$(echo "
    FROM ghcr.io/astral-sh/uv:debian-slim
    RUN apt-get update && apt-get install -y build-essential libcurl4-openssl-dev cmake clang-tidy
  " | docker build . -q -f - )" \
  bash -c "
    cmake -B build -DCMAKE_BUILD_TYPE=Debug -DMINJA_SANITIZER=address && \
    cmake --build build -j --config Debug && \
    ctest --test-dir build -j -C Debug --output-on-failure
  "
@ochafik ochafik marked this pull request as ready for review October 29, 2025 02:15
@ochafik ochafik merged commit a8d5b66 into main Oct 29, 2025
ochafik added a commit that referenced this pull request Nov 2, 2025
Support mistralai/Mistral-Nemo-Instruct-2407
ochafik added a commit that referenced this pull request Nov 2, 2025
Setup sanitizers + fix a circular ref of contexts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant