Enable CI for all major platforms and highlight the broken support for Windows#69
Open
nikita-volkov wants to merge 2 commits intotestcontainers:masterfrom
Open
Enable CI for all major platforms and highlight the broken support for Windows#69nikita-volkov wants to merge 2 commits intotestcontainers:masterfrom
nikita-volkov wants to merge 2 commits intotestcontainers:masterfrom
Conversation
Since GitHub Actions now support it
alexbiehl
approved these changes
Mar 19, 2026
Collaborator
|
Can we do anything about those failing tests or should we scrap them for now? |
Author
|
I see two issues at hand here.
|
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.
GitHub Actions now support running Docker on all major platforms. This PR enables them all and uncovers the preexisting issues on Windows (approve the workflow execution and see the run results).
The main reason is that the image of
ryukthat the library uses (v0.3.4) is outdated and does not support Windows. The later releases of it do (e.g.,v0.14.0).However as I've already discovered trying to fix this myself, it is not only a matter of updating the image, other issues appear when it's done and I'm struggling to fix this myself since I have no experise in the library and I don't have a Windows machine.