diff --git a/.ci/azure/ci_utils/onnxruntime/version b/.ci/azure/ci_utils/onnxruntime/version index 27e0d15e9f8667..6f353d3e0df1bc 100644 --- a/.ci/azure/ci_utils/onnxruntime/version +++ b/.ci/azure/ci_utils/onnxruntime/version @@ -1 +1 @@ -rel-1.8.1 +rel-1.14.0 diff --git a/.ci/azure/linux_onnxruntime.yml b/.ci/azure/linux_onnxruntime.yml index 33f4c1fd8ae93f..9a6c102ae8b203 100644 --- a/.ci/azure/linux_onnxruntime.yml +++ b/.ci/azure/linux_onnxruntime.yml @@ -170,7 +170,7 @@ jobs: - script: | source $(INSTALL_DIR)/setupvars.sh - ./onnxruntime_shared_lib_test + ./onnxruntime_shared_lib_test --gtest_filter=-CApiTest.test_custom_op_openvino_wrapper_library workingDirectory: $(ONNXRUNTIME_BUILD_DIR)/RelWithDebInfo displayName: 'Run onnxruntime_shared_lib_test' diff --git a/install_build_dependencies.sh b/install_build_dependencies.sh index d7db483bc5fe6f..542a4d465b10aa 100755 --- a/install_build_dependencies.sh +++ b/install_build_dependencies.sh @@ -211,7 +211,7 @@ fi current_cmake_ver=$($cmake_command --version | sed -ne 's/[^0-9]*\(\([0-9]\.\)\{0,4\}[0-9][^.]\).*/\1/p') required_cmake_ver=3.20.0 if [ ! "$(printf '%s\n' "$required_cmake_ver" "$current_cmake_ver" | sort -V | head -n1)" = "$required_cmake_ver" ]; then - installed_cmake_ver=3.23.2 + installed_cmake_ver=3.24.0 arch=$(uname -m) if command -v apt-get &> /dev/null; then