Skip to content

Commit e77562d

Browse files
committed
skip windows arm builds for now
1 parent fbf76de commit e77562d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- os: "windows-2022"
2828
shell: "msys2 {0}"
2929
CONFIGURE_EXTRAS: "-DQT_QMAKE_TARGET_MKSPEC=win32-g++"
30-
- os: "windows-11-arm"
31-
shell: "msys2 {0}"
32-
# disable WrapRt now to avoid linking it and then getting "Could NOT find WrapRt" error when compiling qtcustomplot in sme_deps_common:
33-
CONFIGURE_EXTRAS: "-DCMAKE_DISABLE_FIND_PACKAGE_RT"
30+
# - os: "windows-11-arm"
31+
# shell: "msys2 {0}"
32+
# # disable WrapRt now to avoid linking it and then getting "Could NOT find WrapRt" error when compiling qtcustomplot in sme_deps_common:
33+
# CONFIGURE_EXTRAS: "-DCMAKE_DISABLE_FIND_PACKAGE_RT"
3434
defaults:
3535
run:
3636
shell: ${{ matrix.shell }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get the latest versions here:
1515
- osx (Xcode 14.3 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 12): [sme_deps_qt_osx.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz)
1616
- osx-arm64 (Xcode 16.1 / macOS 14 / MACOSX_DEPLOYMENT_TARGET 12): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
1717
- win64-mingw (mingw-w64-x86_64-gcc 15): [sme_deps_qt_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-mingw.tgz)
18-
- win64-arm64 (mingw-w64-aarch64-clang 20): [sme_deps_qt_win64-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-arm64.tgz)
18+
- ~win64-arm64 (mingw-w64-aarch64-clang 20): [sme_deps_qt_win64-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-arm64.tgz)~
1919
- win32-msvc (VC++ 2015 Toolset): [sme_deps_qt_win32-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win32-msvc.tgz)
2020
- win64-msvc (VC++ 2015 Toolset): [sme_deps_qt_win64-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-msvc.tgz)
2121

0 commit comments

Comments
 (0)