File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
2121 cxx_version : ' 8'
2222 arch : arm-linux-gnueabihf
2323 ld_symlink_name : ld-linux-armhf.so.3
24- build_opts : --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --use_openmp -- config Release --parallel --update --build --build_shared_lib
24+ build_opts : --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --config Release --parallel --update --build --build_shared_lib
2525 result_dir : build/Linux/Release
2626 - artifact_name : onnxruntime-linux-arm64-cpu
2727 os : ubuntu-18.04
2828 cc_version : ' 8'
2929 cxx_version : ' 8'
3030 arch : aarch64-linux-gnu
3131 ld_symlink_name : ld-linux-aarch64.so.1
32- build_opts : --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --use_openmp -- config Release --parallel --update --build --build_shared_lib
32+ build_opts : --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --config Release --parallel --update --build --build_shared_lib
3333 result_dir : build/Linux/Release
3434
3535 env :
36- ONNXRUNTIME_VERSION : v1.10.0
36+ ONNXRUNTIME_VERSION : v1.13.1
3737 # prefix usage: "", "arm-linux-gnueabihf-" => "gcc-8", "arm-linux-gnueabihf-gcc-8" (command name)
3838 # suffix usage: "", "-arm-linux-gnueabihf" => "gcc-8", "gcc-8-arm-linux-gnueabihf" (package name)
3939 ARCH_PREFIX : " ${{ (matrix.arch != '' && matrix.arch) || '' }}${{ (matrix.arch != '' && '-') || '' }}"
You can’t perform that action at this time.
0 commit comments