File tree 3 files changed +163
-302
lines changed
3 files changed +163
-302
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ jobs:
155
155
C_URL=${SENTRY_URL}; if [ -z "$C_URL" ]; then C_URL="''"; fi
156
156
157
157
# Re. `export QT_SELECT=qt6`, see https://askubuntu.com/questions/1460242/ubuntu-22-04-with-qt6-qmake-could-not-find-a-qt-installation-of
158
- # and accompanying `qtchooser` comment in `buildscripts/ci/linux/setup-arm .sh`.
158
+ # and accompanying `qtchooser` comment in `buildscripts/ci/linux/setup.sh`.
159
159
sudo docker run --platform linux/arm -i -v "${PWD}:/MuseScore" -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static "arm32v7/ubuntu:jammy" /bin/bash -c "\
160
160
cd /MuseScore && \
161
161
export QT_SELECT=qt6 && \
162
- bash /MuseScore/buildscripts/ci/linux/setup-arm .sh --arch armv7l && \
162
+ bash /MuseScore/buildscripts/ci/linux/setup.sh --arch armv7l && \
163
163
bash /MuseScore/buildscripts/ci/translation/run_lupdate.sh && \
164
164
bash /MuseScore/buildscripts/ci/linux/build.sh -n ${{ env.BUILD_NUMBER }} --crash_log_url $C_URL --arch armv7l && \
165
165
bash /MuseScore/buildscripts/ci/linux/package.sh --arch armv7l && \
@@ -275,7 +275,7 @@ jobs:
275
275
276
276
- name : Setup environment
277
277
run : |
278
- bash ./buildscripts/ci/linux/setup-arm .sh --arch aarch64
278
+ bash ./buildscripts/ci/linux/setup.sh --arch aarch64
279
279
- name : Generate _en.ts files
280
280
env :
281
281
LUPDATE_ARGS : " "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments