Skip to content

Commit

Permalink
DO NOT SUBMIT: Hack SDK manager to not use buckets
Browse files Browse the repository at this point in the history
This is temporary until someone with upload permissions uploads the new
components to the Rust cache buckets.
  • Loading branch information
maurer committed May 7, 2024
1 parent 65d8744 commit 72ae8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/scripts/android-sdk-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def cli_install(args):
# Download the file from the mirror into a temp file
url = "https://" + MIRROR_BUCKET + ".s3-" + MIRROR_BUCKET_REGION + \
".amazonaws.com/" + MIRROR_BASE_DIR
downloaded = package.download(url)
# DO NOT SUBMIT - need updates first
downloaded = package.download(BASE_REPOSITORY)
# Extract the file in a temporary directory
extract_dir = tempfile.mkdtemp()
subprocess.run([
Expand Down

0 comments on commit 72ae8fc

Please sign in to comment.