Skip to content

Conversation

rxd90
Copy link

@rxd90 rxd90 commented Oct 6, 2025

Replaced curl commands with aws s3 cp for musl cross compilation files.

Replaced curl commands with aws s3 cp for musl cross compilation files.
@Copilot Copilot AI review requested due to automatic review settings October 6, 2025 19:03
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR replaces the existing curl commands for downloading musl cross-compilation toolchains with AWS S3 commands, migrating from downloading from musl.cc to using a Babylon Labs artifact store.

  • Replaced curl downloads with AWS S3 downloads for musl cross-compilation files
  • Added comments marking this as a proof-of-concept change by Ricardo
  • Commented out the original curl-based commands for potential rollback

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +21 to +29
# START - PoC Ricardo - Babylon Artifact Store
- aws s3 cp s3://babylonlabs-artifact-store/musl/latest/x86_64-linux-musl-cross.tgz .
- tar xf x86_64-linux-musl-cross.tgz
- mv -n -u x86_64-linux-musl-cross /opt/musl-cross-x86_64

- curl -LO https://musl.cc/aarch64-linux-musl-cross.tgz
- aws s3 cp s3://babylonlabs-artifact-store/musl/latest/aarch64-linux-musl-cross.tgz .
- tar xf aarch64-linux-musl-cross.tgz
- mv -n -u aarch64-linux-musl-cross /opt/musl-cross-aarch64
# END - PoC Ricardo - Babylon Artifact Store
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

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

The comments indicate this is a proof-of-concept change. Consider removing these temporary comments and the commented-out curl commands once the S3 approach is proven stable, or add a TODO comment with a timeline for cleanup.

Copilot uses AI. Check for mistakes.

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.

1 participant