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

brew install swarm-bee installs RC instead latest stable #5013

Open
Cafe137 opened this issue Feb 20, 2025 · 1 comment · May be fixed by #5031
Open

brew install swarm-bee installs RC instead latest stable #5013

Cafe137 opened this issue Feb 20, 2025 · 1 comment · May be fixed by #5031
Assignees
Labels
needs-triaging new issues that need triaging

Comments

@Cafe137
Copy link

Cafe137 commented Feb 20, 2025

Context

MacOS / Brew

Summary

brew install swarm-bee                                          
==> Fetching ethersphere/tap/swarm-bee
==> Downloading https://github.com/ethersphere/bee/releases/download/v2.5.0-rc4/bee-darwin-arm64.tar.gz
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/f1499ccdef74343a112407c364b213448f808f291a83273cff97e378e4476e62--bee-darwin-arm64.tar.gz
==> Installing swarm-bee from ethersphere/tap
Error: An exception occurred within a child process:
  NoMethodError: undefined method `exists?' for class File

Expected behavior

RCs should not be offered for brew install (or other pacman installs) by default.

  • It may have breaking changes in the protocol and it cannot connect to other nodes.
  • It may require different configuration or setup than the current documentation which is written for the latest stable.

Actual behavior

Please see Summary

Steps to reproduce

Please see Summary

Possible solution

set skip_upload: auto in goreleaser brew (credits darkobas)

@Cafe137 Cafe137 added the needs-triaging new issues that need triaging label Feb 20, 2025
darkobas2 added a commit that referenced this issue Mar 4, 2025

Verified

This commit was signed with the committer’s verified signature.
darkobas2 Not Darko
fixes: #5013
@darkobas2 darkobas2 linked a pull request Mar 4, 2025 that will close this issue
darkobas2 added a commit that referenced this issue Mar 4, 2025

Verified

This commit was signed with the committer’s verified signature.
darkobas2 Not Darko
fixes: #5013
@martinconic martinconic self-assigned this Mar 5, 2025
@martinconic
Copy link
Contributor

martinconic commented Mar 5, 2025

I am not sure that skip_upload: auto is enough. Is it enough? As I investigated skip_upload: auto and it could work for brew but not pacman(nfpms)

darkobas2 added a commit that referenced this issue Mar 15, 2025

Verified

This commit was signed with the committer’s verified signature.
darkobas2 Not Darko
fixes: #5013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triaging new issues that need triaging
Projects
None yet
3 participants