Skip to content

Commit a22e076

Browse files
committed
CI: Remove Qt universal binary generation step for macOS.
Not needed since we can now build using Qt6.
1 parent 6082fd0 commit a22e076

2 files changed

Lines changed: 0 additions & 133 deletions

File tree

.github/CI_MISC/pre_qt_universal_build.py

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/workflows/build-macos.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ jobs:
2828
fetch-depth: 0
2929
- name: Force Fetch Git Tags
3030
run: git fetch --tags --force
31-
- name: Cache Qt ARM
32-
uses: actions/cache@v3
33-
id: cache-qt-arm
34-
with:
35-
path: qt-5.15.2.arm64_big_sur.bottle.tar.gz
36-
key: ${{ runner.os }}-QtARMCache
37-
- name: Download Qt ARM Library
38-
if: steps.cache-qt-arm.outputs.cache-hit != 'true'
39-
run: curl -L --show-error --header Authorization:\ Bearer\ QQ== --output qt-5.15.2.arm64_big_sur.bottle.tar.gz https://ghcr.io/v2/homebrew/core/qt/5/blobs/sha256:ca6ad27d24c751b85f2b577df3773d52b48f0f286c5b1414ae8d1437ad72a3e4
40-
- name: Prepare Qt Universal Libs
41-
run: |
42-
tar xf qt-5.15.2.arm64_big_sur.bottle.tar.gz
43-
python3 .github/CI_MISC/pre_qt_universal_build.py $QT_ROOT_DIR/ `pwd`/qt@5/5.15.2/
4431
- name: Set SHORT_HASH
4532
run: echo "VALUE=${LONG_HASH:0:8}" >> $GITHUB_OUTPUT
4633
id: short_hash

0 commit comments

Comments
 (0)