forked from dalance/procs
-
Notifications
You must be signed in to change notification settings - Fork 0
ci: add riscv64 to release targets #1
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
Open
gounthar
wants to merge
16
commits into
master
Choose a base branch
from
feat/release-riscv64
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
81f2674
build(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0
dependabot[bot] 94d35d8
Merge pull request #895 from dalance/dependabot/cargo/toml-1.1.0spec-…
github-actions[bot] eafdabf
build(deps): bump clap_mangen from 0.2.33 to 0.3.0
dependabot[bot] b799f5b
Merge pull request #896 from dalance/dependabot/cargo/clap_mangen-0.3.0
dalance ec203e0
ci: add riscv64 to release build matrix
gounthar f4c29fa
ci: add riscv64 to regression test matrix
gounthar 45149c3
build(deps): bump toml from 1.1.0+spec-1.1.0 to 1.1.1+spec-1.1.0
dependabot[bot] 09b3085
Merge pull request #897 from dalance/dependabot/cargo/toml-1.1.1spec-…
github-actions[bot] aca256c
build(deps): bump toml from 1.1.1+spec-1.1.0 to 1.1.2+spec-1.1.0
dependabot[bot] 1cdaf86
Merge pull request #898 from dalance/dependabot/cargo/toml-1.1.2spec-…
github-actions[bot] b4663c6
build(deps): bump libc from 0.2.183 to 0.2.184
dependabot[bot] f1e065c
Merge pull request #899 from dalance/dependabot/cargo/libc-0.2.184
github-actions[bot] 2765847
build(deps): bump tokio from 1.50.0 to 1.51.0
dependabot[bot] 4437400
Merge pull request #901 from dalance/dependabot/cargo/tokio-1.51.0
github-actions[bot] ef5fe48
Merge branch 'master' into feat/release-riscv64
gounthar 1ffe3b8
ci: skip tests on riscv64, build only
gounthar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same self-hosted runner label issue as regression.yml.
The
ubuntu-24.04-riscvlabel triggers the same actionlint warning. The recommendedactionlint.yamlconfiguration (suggested in the regression.yml review) will resolve this for both workflow files.🧰 Tools
🪛 actionlint (1.7.12)
[error] 13-13: label "ubuntu-24.04-riscv" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2025-vs2026", "windows-2022", "windows-11-arm", "ubuntu-slim", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-22.04", "ubuntu-22.04-arm", "macos-latest", "macos-latest-xlarge", "macos-latest-large", "macos-26-intel", "macos-26-xlarge", "macos-26-large", "macos-26", "macos-15-intel", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xlarge", "macos-14-large", "macos-14", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file
(runner-label)
🤖 Prompt for AI Agents