From 7f48e07c40e06b25daa01f12c6b23454375e22f7 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Mon, 9 Sep 2024 11:41:04 +0200 Subject: [PATCH] [MdR] no cache for check-jsonschema so as to appease nix --- src/plugins/markdown-report/tests/sarif/libc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/markdown-report/tests/sarif/libc.c b/src/plugins/markdown-report/tests/sarif/libc.c index ef97cd5c232..5dda8fd9598 100644 --- a/src/plugins/markdown-report/tests/sarif/libc.c +++ b/src/plugins/markdown-report/tests/sarif/libc.c @@ -8,7 +8,7 @@ EXECNOW: LOG without-libc.sarif sed -e "s:@PTEST_SESSION@:PTEST_SESSION:" %{dep:without-libc.sarif.unfiltered} > without-libc.sarif 2> @DEV_NULL@ ENABLED_IF: (and %{bin-available:check-jsonschema} %{bin-available:jq}) - EXECNOW: LOG with-libc.sarif.checked check-jsonschema --schemafile $(jq '."$schema"' ./with-libc.sarif.unchecked -r) %{dep:with-libc.sarif.unchecked} > ./with-libc.sarif.checked + EXECNOW: LOG with-libc.sarif.checked check-jsonschema --no-cache --schemafile $(jq '."$schema"' ./with-libc.sarif.unchecked -r) %{dep:with-libc.sarif.unchecked} > ./with-libc.sarif.checked */ #include <string.h> int main() { -- GitLab