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 RISC-V platforms for LLVM testing #840

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,9 +1765,15 @@ jobs:
# PLATFORM_ARGS+="-p mps3/an547 "

# Add RISC-V platforms
## TODO: Add RV32I platforms
## TODO: Add RV32E platforms
## TODO: Add RV64I platforms
## RV32I
# FIXME: There are issues building some tests for qemu_riscv32.
# PLATFORM_ARGS+="-p qemu_riscv32 "
## RV32E
# FIXME: There are issues building some tests for qemu_riscv32e.
# PLATFORM_ARGS+="-p qemu_riscv32e "
## RV64I
# FIXME: There are issues building some tests for qemu_riscv64.
# PLATFORM_ARGS+="-p qemu_riscv64 "
fi

# Generate test list
Expand Down
Loading