diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-11 03:27:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-11 03:27:02 -0700 |
commit | 0edaaa2bd323d1a6d174361319cd92c126b35b9f (patch) | |
tree | 0dc03744f2c348e278b7db5a8f86a0078548c490 | |
parent | misc/onnxruntime: Broken on i386 (diff) |
misc/onnxruntime: Remove comment
All tests pass.
-rw-r--r-- | misc/onnxruntime/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index 348c73a169df..2aad318cd5ec 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -45,7 +45,6 @@ pre-configure: # NOTE there should be an EXTRACT_ONLY statement # NOTE shared libs can't be enabled because the build would fail, see discussion in this issue: https://github.com/microsoft/onnxruntime/issues/22331 -# 1 test fails, see https://github.com/microsoft/onnxruntime/issues/22353 .include <Makefile.MASTER_SITES> .include <Makefile.DISTFILES> |