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

Update s390x dockerfile #1716

Merged
merged 3 commits into from
May 17, 2024
Merged

Update s390x dockerfile #1716

merged 3 commits into from
May 17, 2024

Commits on May 15, 2024

  1. Update s390x CI setup.

    - New dockerfile
      - Using native actions-runner instead of relying on qemu.
      - To support s390x, we include patches to actions-runner.
      - Using Almalinux 9 instead of Ubuntu, with functional .Net.
    - Update CI workflow.
    - Update readme guide.
    Dead2 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1906c3a View commit details
    Browse the repository at this point in the history
  2. Update llvm version used for MSAN.

    Disable unneccessary compilation of tests, benchmarks, docs.
    Dead2 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8756fd5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Make lint check ignore *.patch files, as those can legally have trailing

    whitespace or end the file with blank lines.
    Dead2 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    466d637 View commit details
    Browse the repository at this point in the history