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, build: Update GHA actions and fix build bugs #402

Merged
merged 4 commits into from
May 27, 2024

Commits on May 26, 2024

  1. ci: Update GHA actions

    hebasto committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ac32ee9 View commit details
    Browse the repository at this point in the history
  2. build: Fix -Xclang -internal-isystem option

    LLVM Clang >=16.0 and Apple Clang >=15.0 do not recognize
    `-Xclang -internal-isystem/usr/local/include` anymore.
    
    For example, see: llvm/llvm-project@cbbe1d4
    hebasto committed May 26, 2024
    Configuration menu
    Copy the full SHA
    935ee29 View commit details
    Browse the repository at this point in the history
  3. build: Add missed IPAddressValueInput.qml to QML_RES_QML

    This was overlooked in bitcoin-core#391.
    hebasto committed May 26, 2024
    Configuration menu
    Copy the full SHA
    87909c1 View commit details
    Browse the repository at this point in the history
  4. build: Re-add qt/guiconstants.h header

    This was overlooked in bitcoin-core#398.
    hebasto committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a485533 View commit details
    Browse the repository at this point in the history