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

Remove unused and broken strategy matrix #725

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

matthiasgoergens
Copy link
Collaborator

@matthiasgoergens matthiasgoergens commented Dec 10, 2024

Extracted from #719 for ease of review.

Our strategy matrix only has one entry, so we might as well not use it.

Also, using riscv32im-unknown-none-elf as the target anywhere actually fails. As an example you can try TARGET=riscv32im-unknown-none-elf cargo make clippy on current master.

@matthiasgoergens matthiasgoergens requested review from kunxian-xia and hero78119 and removed request for kunxian-xia December 10, 2024 05:23
@matthiasgoergens matthiasgoergens changed the title Remove unused strategy matrix Remove unused and broken strategy matrix Dec 10, 2024
@matthiasgoergens matthiasgoergens enabled auto-merge (squash) December 12, 2024 06:52
@matthiasgoergens matthiasgoergens enabled auto-merge (squash) December 12, 2024 09:29
@matthiasgoergens matthiasgoergens merged commit 0cd9258 into master Dec 12, 2024
6 checks passed
@matthiasgoergens matthiasgoergens deleted the matthias/remove-target-stuff branch December 12, 2024 09:30
github-merge-queue bot pushed a commit that referenced this pull request Dec 13, 2024
Right now a simple `cargo build` fails.  So let's fix that.

This PR also disentangles `ceno_rt`, so that we can work on building
guest programs much easier.

Update: I extracted the remove of the target matrix into
#725 for ease of review.

This PR also enables debug assertions for our tests.
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.

2 participants