Skip to content

Add RISC-V CI build#1073

Merged
GiggleLiu merged 2 commits into
mainfrom
add-riscv-ci
Jul 6, 2026
Merged

Add RISC-V CI build#1073
GiggleLiu merged 2 commits into
mainfrom
add-riscv-ci

Conversation

@GiggleLiu

Copy link
Copy Markdown
Contributor

Summary

  • add a CI job that cross-compiles the workspace for riscv64gc-unknown-linux-gnu
  • install the RISC-V GNU linker/binutils in CI
  • verify the generated pred executable reports Machine: RISC-V via readelf

Verification

  • cargo check --workspace --no-default-features --features ilp-lp-solvers --target riscv64gc-unknown-linux-gnu
  • docker run Ubuntu/Rust simulation of the CI build and readelf verification

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.00%. Comparing base (aa2d1a1) to head (52c313a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1073   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files        1044     1044           
  Lines      107366   107366           
=======================================
  Hits       105228   105228           
  Misses       2138     2138           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

The riscv job previously only cross-compiled and grepped the ELF header,
proving the binary links but not that it runs. Add qemu-user and execute
pred under emulation: list the registry, then create and brute-force
solve a 5-cycle MIS instance, asserting the correct optimum Max(2).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@GiggleLiu GiggleLiu merged commit cb54ea0 into main Jul 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant