Skip to content
Snippets Groups Projects
Commit 7f48e07c authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[MdR] no cache for check-jsonschema so as to appease nix

parent b2135f09
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment