Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
# default: 'backend linux_arm32 linux_arm64 linux_x64 macos windows_x64 windows_portable'
default: 'backend linux_arm64 linux_x64 macos windows_x64 windows_portable'
required: true
build_mode:
Expand All @@ -29,7 +28,6 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
# default: 'backend linux_arm32 linux_arm64 linux_x64 macos windows_x64 windows_portable'
default: 'backend linux_arm64 linux_x64 macos windows_x64 windows_portable'
type: string
required: true
Expand Down Expand Up @@ -88,18 +86,6 @@ jobs:
deploy: ${{ inputs.deploy_backend }}
build_number: ${{ needs.generate_build_number.outputs.build_number }}

linux_arm32:
name: Linux ARM32
needs: generate_build_number
if: ${{ contains(inputs.platforms, 'linux_arm32') }}
uses: ./.github/workflows/build_linux_arm32.yml
secrets: inherit
with:
build_mode: ${{ inputs.build_mode }}
publish: ${{ inputs.publish }}
sentry_project: ${{ inputs.sentry_project }}
build_number: ${{ needs.generate_build_number.outputs.build_number }}

linux:
name: Linux
needs: generate_build_number
Expand Down Expand Up @@ -145,7 +131,7 @@ jobs:
# Expose edge cases like different command versions, CRLF line endings, etc.
# Use same OS versions as used in real build workflows.
os:
- ubuntu-22.04 # linux_x64, backend, linux_arm32, linux_arm64
- ubuntu-22.04 # linux_x64, linux_arm64, backend
- macos-latest
- windows-2025 # windows_x64, windows_portable
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true

- name: Setup environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: ${{ matrix.qt-host }}
target: 'desktop'
arch: ${{ matrix.qt-arch }}
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down
178 changes: 0 additions & 178 deletions .github/workflows/build_linux_arm32.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@ jobs:
bash ./buildscripts/ci/tools/setup_ccache_config.sh

- name: Install Qt
# uses: jurplel/install-qt-action@v4
# with:
# version: 6.10.2
# host: 'mac'
# target: 'desktop'
# arch: 'clang_64'
# modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
# cache: true
run: |
bash ./buildscripts/ci/macos/install_qt.sh
uses: jurplel/install-qt-action@v4
with:
version: 6.11.0
host: 'mac'
target: 'desktop'
arch: 'clang_64'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
# run: |
# bash ./buildscripts/ci/macos/install_qt.sh

- name: Download dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: all_os
target: 'wasm'
arch: wasm_singlethread
modules: 'qt5compat qtshadertools'
modules: 'qt5compat qtcanvaspainter qtshadertools qttasktree qtwebsockets'
cache: true

- name: Setup environment
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2022_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down Expand Up @@ -319,11 +319,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2022_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qt5compat qtnetworkauth qtshadertools qtwebsockets'
modules: 'qt5compat qtcanvaspainter qtnetworkauth qtshadertools qttasktree qtwebsockets'
cache: true
- name: Setup environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
default: 'backend linux_arm32 linux_arm64 linux_x64 macos windows_x64 windows_portable'
default: 'backend linux_arm64 linux_x64 macos windows_x64 windows_portable'
required: true
release_type:
description: 'Release type: alpha,beta,rc,stable, or any label with chars A-Za-z0-9._ for testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_lupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: "linux"
target: "desktop"
arch: "linux_gcc_64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_tx_pull_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: steps.configure.outputs.DO_PUSH_TO_S3 == 'true'
uses: jurplel/install-qt-action@v4
with:
version: 6.10.2
version: 6.11.0
host: "linux"
target: "desktop"
arch: "linux_gcc_64"
Expand Down
Loading
Loading