Skip to content

[pull] main from aquaproj:main#125

Merged
pull[bot] merged 20 commits intoAmadeusITGroup:mainfrom
aquaproj:main
Jan 26, 2026
Merged

[pull] main from aquaproj:main#125
pull[bot] merged 20 commits intoAmadeusITGroup:mainfrom
aquaproj:main

Conversation

@pull
Copy link

@pull pull bot commented Jan 25, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Jan 25, 2026
@pull pull bot added the ⤵️ pull label Jan 25, 2026
aquaproj-aqua-registry bot and others added 14 commits January 25, 2026 18:01
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
…sl (#47592)

The current configuration forces musl binaries for all Linux systems,
but this doesn't work on glibc-based systems (which are the majority).

The official Claude install script at https://claude.ai/install.sh
properly detects musl vs glibc before choosing the binary:

  if ldd /bin/ls 2>&1 | grep -q musl; then
    PLATFORM="linux-${ARCH}-musl"
  else
    PLATFORM="linux-${ARCH}"
  fi

Since aqua doesn't have a way to detect musl at runtime, defaulting to
glibc is the safer choice as it works on more systems.

Users on musl-based systems (Alpine, etc.) can use the HTTP backend
with explicit musl URLs if needed.
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
…to cargo-nextest-0.9.124 (#47602)

Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
@pull pull bot merged commit 497e57f into AmadeusITGroup:main Jan 26, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant