Skip to content

feat(bootandy/dust): Fixed bootandy/dust to support new platforms added in v0.4.5.0 and later#46282

Merged
suzuki-shunsuke merged 5 commits into
aquaproj:mainfrom
0x5341:feat/bootandy/dust
Dec 27, 2025
Merged

feat(bootandy/dust): Fixed bootandy/dust to support new platforms added in v0.4.5.0 and later#46282
suzuki-shunsuke merged 5 commits into
aquaproj:mainfrom
0x5341:feat/bootandy/dust

Conversation

@0x5341
Copy link
Copy Markdown
Contributor

@0x5341 0x5341 commented Dec 27, 2025

Check List

Since dust now supports platforms other than Darwin and Linux/amd64, I updated the registry accordingly.
Also, as it appeared to be written in an older style, I regenerated it using cmdx s.

@suzuki-shunsuke suzuki-shunsuke added this to the v4.448.1 milestone Dec 27, 2025
@suzuki-shunsuke
Copy link
Copy Markdown
Member

Thank you for your contribution!

Comment thread pkgs/bootandy/dust/registry.yaml Outdated
linux: unknown-linux-musl
- goos: linux
goarch: arm64
asset: dust-{{.Version}}-{{.Arch}}-{{.OS}}eabihf.{{.Format}}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ cmdx lsa -repo bootandy/dust v0.8.0 | grep linux
+ REPO=${REPO#https://github.com/}
repo=$(bash scripts/get_test_pkg.sh "$REPO")

gh release view --json assets --jq ".assets[].name" -R "$repo" "$VERSION"

dust-v0.8.0-arm-unknown-linux-gnueabihf.tar.gz
dust-v0.8.0-i686-unknown-linux-gnu.tar.gz
dust-v0.8.0-i686-unknown-linux-musl.tar.gz
dust-v0.8.0-x86_64-unknown-linux-gnu.tar.gz
dust-v0.8.0-x86_64-unknown-linux-musl.tar.gz

I'm not familiar with Rust, but maybe dust-v0.8.0-x86_64-unknown-linux-musl.tar.gz or dust-v0.8.0-x86_64-unknown-linux-gnu.tar.gz is better.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry. x86_64 is for amd64.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ file -s dust-v0.8.0-arm-unknown-linux-gnueabihf/dust 
dust-v0.8.0-arm-unknown-linux-gnueabihf/dust: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, stripped

This binary is for 32 bit, not 64 bit.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ cmdx con
+ bash scripts/connect.sh
[INFO] Connecting to the container aqua-registry (linux/arm64)
root@3803a6035757:/workspace# aqua which dust
/root/.local/share/aquaproj-aqua/pkgs/github_release/github.com/bootandy/dust/v0.8.0/dust-v0.8.0-arm-unknown-linux-gnueabihf.tar.gz/dust-v0.8.0-arm-unknown-linux-gnueabihf/dust
root@3803a6035757:/workspace# dust --help
FATA[0000] aqua failed                                   env=linux/arm64 error="it failed to start the process" exe_name=dust package_name=bootandy/dust package_version=v0.8.0 program=aqua program_version=2.56.0
root@3803a6035757:/workspace#

It doesn't work on linux/arm64.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suzuki-shunsuke suzuki-shunsuke merged commit 318c03b into aquaproj:main Dec 27, 2025
17 checks passed
@github-project-automation github-project-automation Bot moved this to Done in main Dec 27, 2025
@0x5341
Copy link
Copy Markdown
Contributor Author

0x5341 commented Dec 27, 2025

I apologize.
I overlooked several things.
Thank you for the corrections and merge.

@0x5341 0x5341 deleted the feat/bootandy/dust branch December 27, 2025 03:11
@suzuki-shunsuke
Copy link
Copy Markdown
Member

No problem.
I'll fix cmdx s to exclude eabihf.

@suzuki-shunsuke
Copy link
Copy Markdown
Member

🎉 https://github.com/aquaproj/aqua-registry/releases/tag/v4.448.1

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 5, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.446.0` → `v4.451.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.451.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.451.1)

[Compare Source](aquaproj/aqua-registry@v4.451.0...v4.451.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.451.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.451.1) | <aquaproj/aqua-registry@v4.451.0...v4.451.1>

#### Security

FiloSottile/age: GitHub artifact attestations config [#&#8203;46498](aquaproj/aqua-registry#46498) [@&#8203;scop](https://github.com/scop)
sethvargo/ratchet: GitHub artifact attestations config [#&#8203;46517](aquaproj/aqua-registry#46517) [@&#8203;scop](https://github.com/scop)

#### Fixes

[#&#8203;46477](aquaproj/aqua-registry#46477) zyedidia/micro: Support 2.0.15 or later [@&#8203;Ash258](https://github.com/Ash258)
[#&#8203;46519](aquaproj/aqua-registry#46519) domoritz/arrow-tools/{csv2arrow,csv2parquet,json2arrow,json2parquet}: Support v0.24.4 or later

### [`v4.451.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.451.0)

[Compare Source](aquaproj/aqua-registry@v4.450.0...v4.451.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.451.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.451.0) | <aquaproj/aqua-registry@v4.450.0...v4.451.0>

#### 🎉 New Packages

[#&#8203;46419](aquaproj/aqua-registry#46419) [github/gh-ost](https://github.com/github/gh-ost) - GitHub's Online Schema-migration Tool for MySQL [@&#8203;scop](https://github.com/scop)
[#&#8203;46468](aquaproj/aqua-registry#46468) [spinel-coop/rv](https://github.com/spinel-coop/rv) - Next-gen very fast Ruby tooling [@&#8203;joonas](https://github.com/joonas)

#### Fixes

Re-scaffold bvaisvil/zenith [#&#8203;46439](aquaproj/aqua-registry#46439)
txn2/kubefwd: Old releases were removed [#&#8203;46437](aquaproj/aqua-registry#46437)
Support pranshuparmar/witr v0.1.3 [#&#8203;46409](aquaproj/aqua-registry#46409)

### [`v4.450.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.450.0)

[Compare Source](aquaproj/aqua-registry@v4.449.0...v4.450.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.450.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.450.0) | <aquaproj/aqua-registry@v4.449.0...v4.450.0>

#### 🎉 New Packages

[#&#8203;46393](aquaproj/aqua-registry#46393) [github/copilot-cli](https://github.com/github/copilot-cli) - GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal [@&#8203;0x5341](https://github.com/0x5341)

#### Fixes

BoringDystopiaDevelopment/tmuxai: Transfer the repository to alvinunreal/tmuxai [#&#8203;46354](aquaproj/aqua-registry#46354)

### [`v4.449.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.449.0)

[Compare Source](aquaproj/aqua-registry@v4.448.1...v4.449.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.449.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.449.0) | <aquaproj/aqua-registry@v4.448.1...v4.449.0>

#### 🎉 New Packages

[#&#8203;46345](aquaproj/aqua-registry#46345) [pranshuparmar/witr](https://github.com/pranshuparmar/witr): Why is this running

#### Security

biomejs/biome: GitHub artifact attestations config [#&#8203;46335](aquaproj/aqua-registry#46335) [@&#8203;scop](https://github.com/scop)
txn2/kubefwd: cosign config [#&#8203;46334](aquaproj/aqua-registry#46334) [@&#8203;scop](https://github.com/scop)

#### Fixes

aristocratos/btop: Support btop v1.4.6 or later [#&#8203;46347](aquaproj/aqua-registry#46347)
Re-scaffold FiloSottile/age [#&#8203;46346](aquaproj/aqua-registry#46346)
alvinunreal/tmuxai: transfer the repository to BoringDystopiaDevelopment/tmuxai [#&#8203;46331](aquaproj/aqua-registry#46331)

### [`v4.448.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.448.1)

[Compare Source](aquaproj/aqua-registry@v4.448.0...v4.448.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.448.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.448.1) | <aquaproj/aqua-registry@v4.448.0...v4.448.1>

#### Security

go-acme/lego: GitHub artifact attestations config [#&#8203;46307](aquaproj/aqua-registry#46307) [@&#8203;scop](https://github.com/scop)
borgbackup/borg: GitHub artifact attestations config [#&#8203;46305](aquaproj/aqua-registry#46305) [@&#8203;scop](https://github.com/scop)
fission/fission: GitHub artifact attestations config [#&#8203;46303](aquaproj/aqua-registry#46303) [@&#8203;scop](https://github.com/scop)

#### Fixes

Re-scaffold biomejs/biome [#&#8203;46310](aquaproj/aqua-registry#46310)
bootandy/dust: Fixed bootandy/dust to support new platforms added in v0.4.5.0 and later [#&#8203;46282](aquaproj/aqua-registry#46282) [@&#8203;0x5341](https://github.com/0x5341)

### [`v4.448.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.448.0)

[Compare Source](aquaproj/aqua-registry@v4.447.1...v4.448.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.448.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.448.0) | <aquaproj/aqua-registry@v4.447.1...v4.448.0>

#### 🎉 New Packages

[#&#8203;46252](aquaproj/aqua-registry#46252) [astral-sh/ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server, written in Rust [@&#8203;joonas](https://github.com/joonas)
[#&#8203;46260](aquaproj/aqua-registry#46260) [golangci/golines](https://github.com/golangci/golines): A golang formatter that fixes long lines

#### Fixes

[#&#8203;46245](aquaproj/aqua-registry#46245) [#&#8203;46258](aquaproj/aqua-registry#46258) suzuki-shunsuke/rgo: Support Go version

rgo was rewritten in Go.

### [`v4.447.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.447.1)

[Compare Source](aquaproj/aqua-registry@v4.447.0...v4.447.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.447.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.447.1) | <aquaproj/aqua-registry@v4.447.0...v4.447.1>

#### Improvement

Enable arm64 for psf/black [#&#8203;46216](aquaproj/aqua-registry#46216) [@&#8203;jinnatar](https://github.com/jinnatar)

#### Fixes

[#&#8203;46235](aquaproj/aqua-registry#46235) saucelabs/forwarder: Support v1.4.1 or later
[#&#8203;46234](aquaproj/aqua-registry#46234) gsamokovarov/jump: Support jump v0.67.0
fix(kubescape/kubescape): support kubescape v3.0.47 [#&#8203;46232](aquaproj/aqua-registry#46232)
fix(fission/fission): support fission v1.22.0 [#&#8203;46231](aquaproj/aqua-registry#46231)
Re-scaffold aquasecurity/starboard [#&#8203;46230](aquaproj/aqua-registry#46230)
fix(cri-o/cri-o): support cri-o v1.35.0 [#&#8203;46229](aquaproj/aqua-registry#46229)
fix(haskell/cabal/cabal-install): support v3.16.1.0 [#&#8203;46225](aquaproj/aqua-registry#46225)
fix(cubefs/cubefs): remove cfs-preload [#&#8203;46222](aquaproj/aqua-registry#46222)
[#&#8203;46233](aquaproj/aqua-registry#46233) folbricht/desync: Mark v1.0.0 as no asset
fix(mistakenelf/fm): mark v1.2.0 as no asset [#&#8203;46226](aquaproj/aqua-registry#46226)

### [`v4.447.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.447.0)

[Compare Source](aquaproj/aqua-registry@v4.446.0...v4.447.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.447.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.447.0) | <aquaproj/aqua-registry@v4.446.0...v4.447.0>

#### 🎉 New Packages

[#&#8203;45755](aquaproj/aqua-registry#45755) [tuist/tuist](https://github.com/tuist/tuist) - A toolchain to generate Xcode projects from Swift packages [@&#8203;jdx](https://github.com/jdx)
[#&#8203;46040](aquaproj/aqua-registry#46040) [jamf/Notifier](https://github.com/jamf/Notifier) - Swift project which can post macOS alert or banner notifications on 10.15+ clients [@&#8203;TyceHerrman](https://github.com/TyceHerrman)
[#&#8203;45738](aquaproj/aqua-registry#45738) [nektro/zigmod](https://github.com/nektro/zigmod) - Zig package manager [@&#8203;jdx](https://github.com/jdx)

#### Improvement

[#&#8203;46162](aquaproj/aqua-registry#46162) golang.org/x/perf/cmd/benchstat: Set `go_version_path`

[aquaproj/aqua#4422](aquaproj/aqua#4422)

#### Fixes

[#&#8203;46166](aquaproj/aqua-registry#46166) Re-scaffold gohugoio/hugo
[#&#8203;46167](aquaproj/aqua-registry#46167) Re-scaffold gohugoio/hugo/hugo-extended
[#&#8203;46168](aquaproj/aqua-registry#46168) Re-scaffold steveyegge/beads
[#&#8203;46169](aquaproj/aqua-registry#46169) stackrox/kube-linter: Fix cosign settings
[#&#8203;46173](aquaproj/aqua-registry#46173) Fix redpanda-data/connect
[#&#8203;46198](aquaproj/aqua-registry#46198) Re-scaffold maxpert/marmot
[#&#8203;46200](aquaproj/aqua-registry#46200) mas-cli/mas: Support mas v4.0.0 or later
[#&#8203;46199](aquaproj/aqua-registry#46199) Fix rest-sh/restish

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants