feat: add support to ActionBuildOutput (fix #64)#65
Open
fumiama wants to merge 2 commits intoGoTestTools:mainfrom
Open
feat: add support to ActionBuildOutput (fix #64)#65fumiama wants to merge 2 commits intoGoTestTools:mainfrom
fumiama wants to merge 2 commits intoGoTestTools:mainfrom
Conversation
Author
|
Hi @engelmi and @JackuB hope you can see this PR. Your project has been used in cloudflared and has blocked their CI for a while: https://github.com/cloudflare/cloudflared/actions/runs/19175354903/job/54818622854 |
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.
Please describe the change you are making
fix #64
Add ActionBuildOutput support and use string panic output.
Example Input
{"ImportPath":"github.com/cloudflare/cloudflared/client.test","Action":"build-output","Output":"# github.com/cloudflare/cloudflared/client.test\nld: warning: '/private/var/folders/10/4868w7yj2hvdhn08t_crkrf00000gn/T/go-link-1260627550/000013.o' has malformed LC_DYSYMTAB, expected 98 undefined symbols to start at index 1626, found 95 undefined symbols starting at index 1626\n"}Before
Add string panic
Add ActionBuildOutput
Your code will be released under the Unlicense into the public domain for everyone to use for any purpose. Are you in the position, and are you willing to release your code under this license?
Yes