TP-5555/log-enricher

This commit is contained in:
varnit-goyal_navi
2024-08-13 08:19:50 +05:30
parent 18b42972a6
commit 65092a5817
52 changed files with 529 additions and 522 deletions

View File

@@ -6,6 +6,6 @@ while read -r line; do
fi
ENVS+="$line "; done < local.env
echo "Building cybertron locally"
eval "make build-cybertron
$ENVS out/cybertron"
echo "Building log-enricher locally"
eval "make build-log-enricher
$ENVS out/log-enricher"