Skip to content
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

Homebrew Role: custom taps stall out #25

Closed
ahgraber opened this issue Nov 2, 2021 · 3 comments
Closed

Homebrew Role: custom taps stall out #25

ahgraber opened this issue Nov 2, 2021 · 3 comments
Labels

Comments

@ahgraber
Copy link

ahgraber commented Nov 2, 2021

If I try to include custom taps, the role progresses until the package/formulae install that requires the custom tap, and then stalls with no warning or error. Maybe I'm not referencing the tapped formula correctly?

Trivial configuration:

# homebrew_install_path: /usr/local/homebrew
homebrew_installed_packages:
  - autoconf
  - automake
  # appears to freeze during "automake" but it is the `msodbcsql17` formula that freezes;
  # if I rerun, both `autoconf` and `automake` register as installed and it still stalls here
  - msodbcsql17  # requires tap

homebrew_taps:
  - homebrew/cask
  - homebrew/cask-versions
  - name: microsoft/mssql-release
    url: 'https://github.com/Microsoft/homebrew-mssql-release'
@ahgraber
Copy link
Author

ahgraber commented Nov 3, 2021

Maybe these are stalling because they require user interaction? If I install them manually, I have to enter "YES" to accept a EULA. I can pass an environmental variable "ACCEPT_EULA=Y" to skip that check -- can I do that with the role?

Ex:

ACCEPT_EULA=Y brew install msodbcsql17 

@stale
Copy link

stale bot commented Feb 6, 2022

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Feb 6, 2022
@stale
Copy link

stale bot commented Mar 15, 2022

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@stale stale bot closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant