Skip to content

Commit 34122aa

Browse files
authored
ONNX Runtimeをv1.17.3に (#40)
1 parent 6102871 commit 34122aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
env:
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:

1_17_0_android_arm64_build.patch renamed to 1_17_3_android_arm64_build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --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
]

0 commit comments

Comments
 (0)