Browse Source

GHA CI: Bump libtorrent version(s)

PR #19006.
adaptive-webui-19844
xavier2k6 2 years ago committed by GitHub
parent
commit
ba93d55a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci_macos.yaml
  2. 4
      .github/workflows/ci_ubuntu.yaml
  3. 2
      .github/workflows/ci_windows.yaml
  4. 2
      .github/workflows/coverity-scan.yaml

4
.github/workflows/ci_macos.yaml

@ -17,11 +17,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
libt_version: ["2.0.8", "1.2.18"] libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"] qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.5.0"] qt_version: ["5.15.2", "6.5.0"]
exclude: exclude:
- libt_version: "1.2.18" - libt_version: "1.2.19"
qt_version: "6.5.0" qt_version: "6.5.0"
env: env:

4
.github/workflows/ci_ubuntu.yaml

@ -18,11 +18,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
libt_version: ["2.0.8", "1.2.18"] libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"] qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"] qt_version: ["5.15.2", "6.2.0"]
exclude: exclude:
- libt_version: "1.2.18" - libt_version: "1.2.19"
qt_version: "6.2.0" qt_version: "6.2.0"
steps: steps:

2
.github/workflows/ci_windows.yaml

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
libt_version: ["2.0.8", "1.2.18"] libt_version: ["2.0.9", "1.2.19"]
env: env:
boost_path: "${{ github.workspace }}/../boost" boost_path: "${{ github.workspace }}/../boost"

2
.github/workflows/coverity-scan.yaml

@ -32,7 +32,7 @@ jobs:
- name: Install libtorrent - name: Install libtorrent
run: | run: |
git clone \ git clone \
--branch "v2.0.8" \ --branch "v2.0.9" \
--depth 1 \ --depth 1 \
--recurse-submodules \ --recurse-submodules \
https://github.com/arvidn/libtorrent.git https://github.com/arvidn/libtorrent.git

Loading…
Cancel
Save