Fix CI workflow issues#171
Merged
peteonrails merged 1 commit intofeature/macos-releasefrom Feb 15, 2026
Merged
Conversation
- Fix dtolnay/rust-action -> dtolnay/rust-toolchain (non-existent action) - Add chmod 755 in Dockerfiles to fix permission errors on mounted volumes - Remove redundant chmod from build-linux.yml (Docker handles it now) - Add missing GTK/X11 dev dependencies to test-packages.yml and AVX-512 builds - Add protobuf deps for Parakeet AVX-512 build
a7297d7 to
ad616e0
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
dtolnay/rust-action(non-existent) todtolnay/rust-toolchainin macOS and Linux build workflowslibgtk-3-dev,libglib2.0-dev,libx11-dev,libxi-dev,libxtst-dev) for non-Docker Linux buildschmod 755in CMD stage for mounted volume outputsFiles changed
.github/workflows/build-macos.yml- Fix action reference.github/workflows/build-linux.yml- Fix action reference, add GTK deps.github/workflows/test-packages.yml- Add GTK/X11 depsDockerfile.build,Dockerfile.vulkan,Dockerfile.parakeet- Fix output permissionsTest plan