-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
docker-machine-parallels 2.0.1 (patch and build with go 1.20) #137195
Conversation
Formula/docker-machine-parallels.rb
Outdated
@@ -5,6 +5,7 @@ class DockerMachineParallels < Formula | |||
tag: "v2.0.1", | |||
revision: "a1c3d495487413bdd24a562c0edee1af1cfc2f0f" | |||
license "MIT" | |||
revision 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since nothing changes for users I don't think this is needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tnx, removed it in 58d208cc9fef93ff3ae178ed6a2d90ebd09faf9d, since rebuild and update is not really required.
Fix build on Go >= 1.20 by removing obsolete build flag "-i"
58d208c
to
6976ecb
Compare
🤖 An automated task has requested creation of a replacement PR. |
Replacement PR dispatched
* docker-machine-parallels (patch and build with go 1.20) Fix build on Go >= 1.20 by removing obsolete build flag "-i" * full_index, sha256 * Fix trailing whitespace * Removed redundant revision bump Closes #137195. Signed-off-by: BrewTestBot <[email protected]>
✅ Replacement PR created at #137219. |
Replacement for #137195
Fix build on Go >= 1.20 by removing obsolete build flag "-i"
Uses patch from
Go 1.20 release notes:
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?