Skip to content

Commit

Permalink
Add log-surgeon to dependencies downloadable without git. (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Dec 13, 2023
1 parent cfe5469 commit d1e059b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ else
python3 "${script_dir}/download-dep.py" "${script_dir}/Catch2.json"
python3 "${script_dir}/download-dep.py" "${script_dir}/date.json"
python3 "${script_dir}/download-dep.py" "${script_dir}/json.json"
python3 "${script_dir}/download-dep.py" "${script_dir}/log-surgeon.json"
python3 "${script_dir}/download-dep.py" "${script_dir}/yaml-cpp.json"
fi
10 changes: 10 additions & 0 deletions components/core/tools/scripts/deps-download/log-surgeon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/y-scope/log-surgeon/archive/895f464.zip",
"unzip": true,
"targets": [
{
"source": "log-surgeon-895f46489b1911ab3b3aac3202afd56c96e8cd98",
"destination": "submodules/log-surgeon"
}
]
}

0 comments on commit d1e059b

Please sign in to comment.