mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-28 15:34:16 +00:00
GHA CI: Bump Windows/macOS Qt6
version to 6.4.0
Suppressed gnu-zero-variadic-macro-arguments warning on macOS (Qt6 only). PR #17801.
This commit is contained in:
parent
b568cdb1aa
commit
d96ed5f4a4
6
.github/workflows/ci_macos.yaml
vendored
6
.github/workflows/ci_macos.yaml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
matrix:
|
||||
libt_version: ["2.0.7", "1.2.17"]
|
||||
qbt_gui: ["GUI=ON", "GUI=OFF"]
|
||||
qt_version: ["5.15.2", "6.2.0"]
|
||||
qt_version: ["5.15.2", "6.4.0"]
|
||||
exclude:
|
||||
- libt_version: "1.2.17"
|
||||
qt_version: "6.2.0"
|
||||
qt_version: "6.4.0"
|
||||
|
||||
env:
|
||||
boost_path: "${{ github.workspace }}/../boost"
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
-B build \
|
||||
-G "Ninja" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_CXX_FLAGS="-Werror -Wno-error=deprecated-declarations" \
|
||||
-DCMAKE_CXX_FLAGS="-Wno-gnu-zero-variadic-macro-arguments -Werror -Wno-error=deprecated-declarations" \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
|
||||
-DBOOST_ROOT="${{ env.boost_path }}" \
|
||||
-DOPENSSL_ROOT_DIR="${{ env.openssl_root }}" \
|
||||
|
2
.github/workflows/ci_windows.yaml
vendored
2
.github/workflows/ci_windows.yaml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: "6.3.0"
|
||||
version: "6.4.0"
|
||||
|
||||
- name: Install libtorrent
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user