File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919env :
2020 ONNXRUNTIME_VERSION :
2121 |- # releaseタグ名か、workflow_dispatchでのバージョン名が入る。無指定なら適当なバージョン
22- ${{ github.event.release.tag_name || github.event.inputs.version || '1.17.1 ' }}
22+ ${{ github.event.release.tag_name || github.event.inputs.version || '1.17.3 ' }}
2323 RELEASE :
2424 |- # releaseタグ名か、workflow_dispatchでのreleaseフラグがあればリリースする
2525 ${{ github.event.release.tag_name != '' || github.event.inputs.release == 'true' }}
@@ -159,7 +159,7 @@ jobs:
159159
160160 - name : Apply patch
161161 run : |
162- git apply --ignore-whitespace --reject --whitespace=fix --verbose ./builder/1_17_0_android_arm64_build .patch
162+ git apply --ignore-whitespace --reject --whitespace=fix --verbose ./builder/1_17_3_android_arm64_build .patch
163163
164164 - name : Dump matrix context
165165 env :
Original file line number Diff line number Diff line change 11diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py
2- index 31f242cce..c42ba9386 100644
2+ index 85583e11f5..3db1ee8b7b 100644
33--- a/tools/ci_build/build.py
44+++ b/tools/ci_build/build.py
55@@ -987,6 +987,8 @@ def generate_build_tree(
@@ -11,7 +11,7 @@ index 31f242cce..c42ba9386 100644
1111 cmake_args += [
1212 "-Donnxruntime_RUN_ONNX_TESTS=" + ("ON" if args.enable_onnx_tests else "OFF"),
1313 "-Donnxruntime_GENERATE_TEST_REPORTS=ON",
14- @@ -1569 ,7 +1571 ,7 @@ def generate_build_tree(
14+ @@ -1571 ,7 +1573 ,7 @@ def generate_build_tree(
1515 "-pipe",
1616 "-ggdb3",
1717 ]
You can’t perform that action at this time.
0 commit comments