Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Minor update of build scripts and GitHub Actions workflows and actions #11282

Merged
merged 12 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    1485732 View commit details
    Browse the repository at this point in the history
  2. CI: Remove Ccache restoration for Windows builds

    Once upon a time there was the idea to enable use of Ccache for
    Windows builds on CI as well, but to achieve this the project would
    need to switch to clang-cl.exe as its compiler and use an additional
    post-build step to generate PDBs from binaries.
    
    Using a different compiler for continuous integration than for building
    release builds defeats the purpose of CI however, so the idea was
    dropped.
    PatTheMav committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6dd0f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12e5cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dce869 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd58ca3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd391c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c47213 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0af626 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80f8242 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65d3f28 View commit details
    Browse the repository at this point in the history
  11. CI: Update build script for Ubuntu to require Ubuntu 24.04

    Also defaults to Qt6 and x86_64 builds, thus no toolchain file is
    needed and no additional data in buildspec is needed either.
    PatTheMav committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    da9c5a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9839bca View commit details
    Browse the repository at this point in the history