Ubuntu ASAN Dockerfile

This commit is contained in:
Johannes Altmanninger
2024-01-12 12:18:27 +01:00
parent e89a4f6cb4
commit 26d359b071
3 changed files with 56 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
# It is the entry point for running Docker-based tests.
cd ~/fish-build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug /fish-source
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug /fish-source "$@"
# Spawn a shell if FISH_RUN_SHELL_BEFORE_TESTS is set.
if test -n "$FISH_RUN_SHELL_BEFORE_TESTS"