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

build: Use signed char in RISC-V 64bit #9524

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    beccc0a View commit details
    Browse the repository at this point in the history
  2. build: Add riscv64 architecture target for internal tests

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c20a493 View commit details
    Browse the repository at this point in the history
  3. build: Restrict to use gcc only

    This is because this workflow is not injected and used clang packages
    
    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8e969f2 View commit details
    Browse the repository at this point in the history
  4. build: Use gcc-9 and g++-9 on qemu workflow

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7a7ef0a View commit details
    Browse the repository at this point in the history
  5. build: Use ubuntu-22.04 distro due to try to use gcc-12 for atomic op…

    …erations on riscv64
    
    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    824f9fa View commit details
    Browse the repository at this point in the history