Skip to content

unbottled dependencies error when attempting to build bottle using test-bot via github ci #4856

Discussion options

You must be logged in to vote

Ahh right yeah I think setup-homebrew unsets it because we had to work around some problematic behaviour on the default GitHub runners. If you set it as an env for just that step in the workflow it should work.

e.g.

- name: build bottle using test-bot for current formula
  id: build_bottle
  env:
    HOMEBREW_NO_INSTALL_FROM_API: 1

The setup-homebrew change has not been a problem for most people as custom homebrew-core forks are extremely rare. You don't need to set HOMEBREW_NO_INSTALL_FROM_API anywhere that doesn't use a forked homebrew-core.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Bo98
Comment options

Answer selected by ipatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants