Skip to content

Commit 37362cd

Browse files
authored
Use the correct ONNX Runtime version (#1301)
1 parent 8d1a52f commit 37362cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/onnx/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ else
3333
git clone --recursive https://github.com/Microsoft/onnxruntime.git runtime
3434
cd runtime
3535

36-
info "Checkout v1.22.1 because ort v2.0.0-rc.10 needs v1.22.0 but it's broken."
37-
# See https://github.com/microsoft/onnxruntime/issues/25098
38-
git checkout v1.22.1
36+
info "Checkout v1.23.2 because that's what ort v2.0.0-rc.11 supports."
37+
git checkout v1.23.2
3938

4039
# The build fails with GCC 14 due to warnings as errors.
4140
sed -i '/function(onnxruntime_set_compile_flags/a\

0 commit comments

Comments
 (0)