-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Skip vs2022 build #12830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Skip vs2022 build #12830
Conversation
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
…ther PRs. actions/runner-images@e43209e ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib gmp.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe Creating library miniruby.lib and object miniruby.exp [BUG] heap_idx_for_size: allocation size too large (size=145u, heap_idx=25u) ruby 3.5.0dev (2025-02-28T01:12:37Z pull/12827/merge 3d6a5a1) [x64-mswin64_140] ``` ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe NMAKE : fatal error U1077: '@ miniruby.exe -v' : return code '0xc0000005' ```
✅ All Tests passed!✖️no tests failed ✔️61645 tests passed(2 flakes) |
hsbt
added a commit
to hsbt/ruby
that referenced
this pull request
Feb 28, 2025
hsbt
added a commit
to hsbt/ruby
that referenced
this pull request
Feb 28, 2025
hsbt
added a commit
to hsbt/ruby
that referenced
this pull request
Feb 28, 2025
hsbt
added a commit
that referenced
this pull request
Feb 28, 2025
hsbt
added a commit
that referenced
this pull request
Feb 28, 2025
hsbt
added a commit
that referenced
this pull request
Feb 28, 2025
Member
|
Seems miniruby.exe built with 17.13.0 works well. |
hsbt
added a commit
to ruby/actions
that referenced
this pull request
Mar 3, 2025
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.
Visual Studio 2022 17.13.x couldn't build miniruby.exe. It prevents other PRs.
actions/runner-images@e43209e