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

[Bug]: Looks like arm64 was dropped? #766

Closed
tradergt opened this issue Oct 29, 2024 · 6 comments
Closed

[Bug]: Looks like arm64 was dropped? #766

tradergt opened this issue Oct 29, 2024 · 6 comments
Labels
bug Something isn't working untriaged Requires traige

Comments

@tradergt
Copy link

tradergt commented Oct 29, 2024

What happened?

Release for arm64 seems to be dropped:

2024/10/29 13:37:16 Downloading https://github.com/aspect-build/aspect-cli/releases/download/2024.41.29/bazel-2024.41.29-linux-arm64...
2024/10/29 13:37:16 could not download Bazel: failed to download bazel: failed to download bazel: HTTP GET https://github.com/aspect-build/aspect-cli/releases/download/2024.41.29/bazel-2024.41.29-linux-arm64 failed with error 404

Version

Development (host) and target OS/architectures:
Linux workstation.smelser.org 6.6.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.47-1+rpt1 (2024-09-02) aarch64 GNU/Linux

Output of bazel --version:

bazel --version
aspect 5.10.15

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.0.0-rc0")
bazel_dep(name = "rules_python", version = "0.37.2", dev_dependency = True)

Language(s) and/or frameworks involved:
python/go

How to reproduce

If your on an arm64 instance, if you use the latest release, it will fail

Any other information?

No response

@tradergt tradergt added the bug Something isn't working label Oct 29, 2024
@github-actions github-actions bot added the untriaged Requires traige label Oct 29, 2024
@tradergt
Copy link
Author

oh.I see the issue now, looks like the wrong version was stamped on the files:

[bazel-2024.44.3-linux-arm64](https://github.com/aspect-build/aspect-cli/releases/download/2024.41.29/bazel-2024.44.3-linux-arm64)

@jbedard
Copy link
Member

jbedard commented Oct 29, 2024

Yeah it looks like the binary version is different then the release version. If you use the version in the file URLs does it work for you?

I'll have to look into why the wrong filenames are being used though 🤔

@tradergt
Copy link
Author

Its all good, I will just stay on the version I am on and get the next version or the fixed version. Mainly just wanted to report the bug.

@jbedard
Copy link
Member

jbedard commented Oct 29, 2024

I probably would not have noticed if you didn't, thanks! 👍

@jbedard
Copy link
Member

jbedard commented Oct 30, 2024

I think this was just me doing a release without fetching tags first, see #767

I also kicked off a new release that should have the right numbers.

@jbedard jbedard closed this as completed Oct 30, 2024
@tradergt
Copy link
Author

Nice, I just tried it and it all works. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
None yet
Development

No branches or pull requests

2 participants