Skip to content

Conversation

@drinkcat
Copy link
Collaborator

Fixes #7977.

See commit message below, I don't fully get what's going on, but... I'm not sure how much that matters really (maybe something wrong with msys...).

We could have done that in the first place to avoid the onig issue... so this doesn't even need to be stacked on top of #7976.


.github/workflows/CICD.yml: Do not update gcc

The issue referenced has been long fixed, and for reasons not
totally clear to me, blake3 fails after the GCC update (I tried
to dig into this, but couldn't really figure out if this is really
a problem with GCC 15, or with the version provided by MSYS, or
some other side effect of the exact sequence in CI).

Since blake3 CI doesn't do that gcc update (it uses the default gcc ~12
in the github windows image), let's also not do that, and if there's a
real problem with gcc 15+, that'll presumably fail their CI as well.

Fixes #7977.

Revert "CICD: Disable windows-latest/x86_64-pc-windows-gnu for now"

This reverts commit deef8cb.

A new onig release has happened, this should fix the issue.

drinkcat added 2 commits May 25, 2025 15:05
This reverts commit deef8cb.

A new onig release has happened, this should fix the issue.
The issue referenced has been long fixed, and for reasons not
totally clear to me, blake3 fails after the GCC update (I tried
to dig into this, but couldn't really figure out if this is really
a problem with GCC 15, or with the version provided by MSYS, or
some other side effect of the exact sequence in CI).

Since blake3 CI doesn't do that gcc update (it uses the default gcc ~12
in the github windows image), let's _also_ not do that, and if there's a
real problem with gcc 15+, that'll presumably fail their CI as well.

Fixes uutils#7977.
@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit 7221d00 into uutils:main May 25, 2025
74 checks passed
@cakebaker
Copy link
Contributor

Thanks!

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.

x86_64-pc-windows-gnu fails in blake3

2 participants