Skip to content
Snippets Groups Projects
Commit f6a7ab13 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

misc: fix onnx upstream reference

Change-Id: Ib857693a75dfa0f91e9deffd2a475ab97e27bd2b
parent 871942b5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ ONNX_VERSION := v1.6.0
ONNX_URL := https://github.com/microsoft/onnxruntime.git
$(TARBALLS)/onnxruntime-$(ONNX_VERSION).tar.xz:
$(call download_git,$(ONNX_URL),master,$(ONNX_VERSION),preserve .git)
$(call download_git,$(ONNX_URL),$(ONNX_VERSION),$(ONNX_VERSION),preserve .git)
.sum-onnx: onnxruntime-$(ONNX_VERSION).tar.xz
$(warning $@ not implemented)
......
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