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

Require Sail version 0.18 #534

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

Timmmm
Copy link
Collaborator

@Timmmm Timmmm commented Sep 4, 2024

Use the new --require-version flag to set the minimum version to 0.18 (the current latest release). If you have an older version that supports this flag you'll get an error like

Sail version 0.17.1 is older than requested version 0.18

Currently there actually aren't any older versions that support this flag (unless you compiled from source) so you'd get this error instead:

sail: unknown option '--require-version'.

Not ideal, but the problem will solve itself eventually so I don't think it's worth worrying about for now.

Copy link

github-actions bot commented Sep 4, 2024

Test Results

712 tests  ±0   712 ✅ ±0   0s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit d760b9e. ± Comparison against base commit d36ea53.

♻️ This comment has been updated with latest results.

@jordancarlin
Copy link
Contributor

It might be worth temporarily adding a note to the README explaining the unknown option error message since it will be quite common this first time around.

Use the new `--require-version` flag to set the minimum version to 0.18 (the current latest release). If you have an older version that supports this flag you'll get an error like

    Sail version 0.17.1 is older than requested version 0.18

Currently there actually aren't any older versions that support this flag (unless you compiled from source) so you'd get this error instead:

    sail: unknown option '--require-version'.

Not ideal, but the problem will solve itself eventually so I don't think it's worth worrying about for now. I added a brief note to the README about it though.
@Timmmm Timmmm merged commit 3f513ed into riscv:master Sep 12, 2024
2 checks passed
@Timmmm Timmmm deleted the user/timh/version_check branch September 23, 2024 09:56
Timmmm pushed a commit to Timmmm/sail-riscv that referenced this pull request Oct 2, 2024
Check the mcontrol triggers, no other triggers.
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.

4 participants