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

[ci] add jq as dependencies and refine MdR's libc test dependencies

parent 0ef34eb0
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
, dune-configurator
, dune-site
, fpath
, jq
, gcc9
, graphviz
, lablgtk3
......@@ -87,6 +88,7 @@ stdenvNoCC.mkDerivation rec {
dune-site
findlib
fpath
jq
gcc9
graphviz
lablgtk3
......
......@@ -7,7 +7,7 @@
OPT: -mdr-no-print-libc -mdr-out ./without-libc.sarif.unfiltered
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: %{bin-available:check-jsonschema}
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
*/
#include <string.h>
......
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