-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Update arduino-cli formula - version output #45005
Conversation
This commit fixes 'arduino-cli version' output by building it with the proper ldflags.
This PR fixes CLI version output not present in #44948 due to missing ldflags. cc @Efrat19 @fxcoudert @SMillerDev |
Please don't change the bottle block. |
@SMillerDev unfortunately we need to regenerate them in order to fix the 'arduino-cli version' output. Can you trigger the bot to do so? |
The bottle block is regenerated by the bot on each merge of a formula. Unless the comitter manually changes the block. |
restored, sorry @SMillerDev :) |
@fxcoudert @SMillerDev sorry for bothering again, but using the provided bottle as per 91e7fb6 looks like it broke the build (at least on macOS Catalina):
If I install it without using the bottle version it compiles and works as expected (go1.13.1 darwin/amd64). Is there anything we are missing here? |
This is probably Homebrew/brew#6539 which is caused by a buggy system |
This commit fixes 'arduino-cli version' output by building it with the proper ldflags.
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 <formula>
)?