File tree 2 files changed +4
-4
lines changed
.github/actions/deploy-windows
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
C:\msys64\usr\bin\bash -lc "pacman -S --needed --noconfirm pkg-config"
14
14
C:\msys64\usr\bin\bash -lc "pacman -S --needed --noconfirm base-devel git tar unzip p7zip zip autoconf autoconf-archive automake libtool make patch gnupg"
15
15
C:\msys64\usr\bin\bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-nasm mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-gcc mingw-w64-i686-gcc mingw-w64-x86_64-gcc-fortran mingw-w64-i686-gcc-fortran mingw-w64-x86_64-libwinpthread-git mingw-w64-i686-libwinpthread-git mingw-w64-x86_64-SDL2 mingw-w64-i686-SDL2 mingw-w64-x86_64-ragel mingw-w64-x86_64-vulkan-headers mingw-w64-i686-vulkan-headers mingw-w64-x86_64-vulkan-loader mingw-w64-i686-vulkan-loader"
16
- set "PATH=C:\hostedtoolcache\windows\Python\3.9.13 \x64;C:\msys64\usr\bin;%PATH%"
16
+ set "PATH=C:\hostedtoolcache\windows\Python\3.10.11 \x64;C:\msys64\usr\bin;%PATH%"
17
17
18
18
C:\msys64\usr\bin\bash -lc "pacman -Q"
19
19
@@ -218,7 +218,7 @@ runs:
218
218
echo CUDA Version 12.6.2>"%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v12.6\version.txt"
219
219
)
220
220
set "CCACHE_DIR=%USERPROFILE%\ccache"
221
- set "PATH=C:\hostedtoolcache\windows\Python\3.9.13 \x64;C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%ProgramFiles%\apache-maven-3.6.3\bin;%PATH%"
221
+ set "PATH=C:\hostedtoolcache\windows\Python\3.10.11 \x64;C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%ProgramFiles%\apache-maven-3.6.3\bin;%PATH%"
222
222
223
223
where bash
224
224
where curl
@@ -307,5 +307,5 @@ runs:
307
307
shell : cmd
308
308
run : |
309
309
cd /d %USERPROFILE%
310
- set "PATH=C:\hostedtoolcache\windows\Python\3.9.13 \x64;C:\msys64\usr\bin;%PATH%"
310
+ set "PATH=C:\hostedtoolcache\windows\Python\3.10.11 \x64;C:\msys64\usr\bin;%PATH%"
311
311
bash -c "rm -Rf $(find .m2/repository/ -name '*SNAPSHOT*')"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ index 6c1d4485eb..6b1a6440b4 100644
29
29
if(UNIX)
30
30
if (APPLE)
31
31
- target_link_options(onnxruntime PRIVATE "LINKER:-dead_strip")
32
- + target_link_options(onnxruntime PRIVATE "LINKER:-L/usr/local/lib" "LINKER:-lomp" )
32
+ + target_link_options(onnxruntime PRIVATE "LINKER:-L/usr/local/lib")
33
33
elseif(NOT CMAKE_SYSTEM_NAME MATCHES "AIX")
34
34
- target_link_options(onnxruntime PRIVATE "LINKER:--version-script=${SYMBOL_FILE}" "LINKER:--no-undefined" "LINKER:--gc-sections")
35
35
+ target_link_options(onnxruntime PRIVATE "LINKER:--no-undefined")
You can’t perform that action at this time.
0 commit comments