Skip to content

Add rust-gpu shader CI workflow#3564

Closed
theaniketgiri wants to merge 1 commit intoGraphiteEditor:masterfrom
theaniketgiri:add-rust-gpu-ci
Closed

Add rust-gpu shader CI workflow#3564
theaniketgiri wants to merge 1 commit intoGraphiteEditor:masterfrom
theaniketgiri:add-rust-gpu-ci

Conversation

@theaniketgiri
Copy link
Copy Markdown
Contributor

Add a dedicated GitHub Actions workflow to build the rust-gpu shader crate (raster-nodes-shaders) on PRs and manual runs.
Install minimal system dependencies (clang, cmake, ninja, pkg-config), set up Rust stable, cache cargo and rust-gpu artifacts, then run cargo build --locked --release -p raster-nodes-shaders.
Issue

Closes #1467

@TrueDoctor
Copy link
Copy Markdown
Member

There is already this pr: #3250 We just forgot to reference the issue there, sorry about the duplicate work!

@TrueDoctor TrueDoctor closed this Jan 2, 2026
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.

Set up Rust-GPU CI automation

2 participants