Skip to content
Open
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
3 changes: 2 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "riscv64gc-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "plan"
# Whether to install an updater program
Expand All @@ -25,5 +25,6 @@ github-attestations = true
[dist.github-custom-runners]
aarch64-unknown-linux-gnu = "depot-ubuntu-24.04-arm-8"
aarch64-unknown-linux-musl = "depot-ubuntu-24.04-arm-8"
riscv64gc-unknown-linux-gnu = "ubuntu-24.04-riscv"
x86_64-unknown-linux-gnu = "depot-ubuntu-24.04-8"
x86_64-unknown-linux-musl = "depot-ubuntu-24.04-8"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Blocking risk if RISE app isn't installed

If the RISE RISC-V Runners app is not installed on atuinsh/atuin, any release triggered will hang indefinitely waiting for the ubuntu-24.04-riscv runner — potentially blocking the entire release workflow.

Has the app been installed on this repository before merging?