From f477751b10178d2a5b8c6a186b03fcc04479cbd9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 16 Apr 2025 08:30:25 +0900 Subject: [PATCH] docs: fix mkosi section for Environment= setting --- docs/TESTING_WITH_SANITIZERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTING_WITH_SANITIZERS.md b/docs/TESTING_WITH_SANITIZERS.md index 0b4e7265400..f49915a20af 100644 --- a/docs/TESTING_WITH_SANITIZERS.md +++ b/docs/TESTING_WITH_SANITIZERS.md @@ -18,7 +18,7 @@ compiler you want to use and which part of the test suite you want to run. To build with sanitizers in mkosi, create a file `mkosi/mkosi.local.conf` and add the following contents: ``` -[Content] +[Build] Environment=SANITIZERS=address,undefined ``` -- 2.47.3