-
-
Notifications
You must be signed in to change notification settings - Fork 12.8k
elf2uf2-rs 2.1.1 (new formula) #224324
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
elf2uf2-rs 2.1.1 (new formula) #224324
Conversation
hm I'm not sure why the build fails, I added this to fix it for Linux but it doesn't seem to be picked up: on_linux do
depends_on "systemd" # for libudev
end |
maybe just remove these binaries?
|
I use them in the test case, I'm not sure if there's another way to pass files from the source code input to the test function. Something else I could do, now that flip-link is merged: I could add flip-link as a test dependency, compile the example project that comes with it in Do you have thoughts on this? :) |
Then there should be another example compiled on intel cpu and split them for each cases. |
@daeho-ro it's a tool for firmware development, so even on an x86_64 Macbook you would still use this tool to process arm binaries (I'm not sure if there are any restrictions in the uf2 format, but I'm also not aware of any intel micro controllers). |
yeah, I think it makes sense. then we just need to update this file, |
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Related to the effort described in #224322