Skip to content

coverity: skip building with Rust, for now - #6291

Merged
gitforwindowshelper[bot] merged 2 commits into
mainfrom
skip-rust-in-the-coverity-builds
Jun 24, 2026
Merged

coverity: skip building with Rust, for now#6291
gitforwindowshelper[bot] merged 2 commits into
mainfrom
skip-rust-in-the-coverity-builds

Conversation

@dscho

@dscho dscho commented Jun 23, 2026

Copy link
Copy Markdown
Member

I noticed that Coverity is finally back up. So we need to suppress the Rust parts to allow our corresponding workflow to succeed.

CI runs in GitHub Actions runners are ill-equipped to build with Rust,
as the Windows/GCC-compatible toolchain isn't set up.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho self-assigned this Jun 23, 2026
Coverity reported that the new `mingw_rename()` function may overrun the
`FileName` buffer if using a long path.

The reason is that I forgot to adjust it for long path support, and
while looking at this, I realized that I also had forgotten to adjust
`mingw_strbuf_realpath()` and `is_path_owned_by_current_sid()`, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
dscho marked this pull request as ready for review June 23, 2026 16:14
@dscho dscho added this to the Next release milestone Jun 23, 2026
@dscho dscho mentioned this pull request Jun 24, 2026
@gitforwindowshelper
gitforwindowshelper Bot merged commit 6110719 into main Jun 24, 2026
86 of 118 checks passed
@gitforwindowshelper
gitforwindowshelper Bot deleted the skip-rust-in-the-coverity-builds branch June 24, 2026 11:24
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.

2 participants