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: add a build for ARM architecture #5416

Merged
merged 3 commits into from
Jan 9, 2024

Commits on Jan 7, 2024

  1. CI: add a build for ARM architecture

    Remove some unnecessary tasks and add a build for ARM.
    
    Signed-off-by: Claudio André <claudioandre.br@gmail.com>
    claudioandre-br committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    6eba969 View commit details
    Browse the repository at this point in the history
  2. CI: disable sunmd5 tests on ARM architecture

    SunMD5 format crashes on ARM (macOS and Linux)
    See #5296.
    
    Signed-off-by: Claudio André <claudioandre.br@gmail.com>
    claudioandre-br committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ed6f0b0 View commit details
    Browse the repository at this point in the history
  3. CI: update jobs to use latest distro images

    Wine tasks cannot be run under new Fedora images, but "normal" tasks
    must be updated. Likewise, OpenCL should also be updated (when possible).
    
    Signed-off-by: Claudio André <claudioandre.br@gmail.com>
    claudioandre-br committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    becd229 View commit details
    Browse the repository at this point in the history