Skip to content

Commit

Permalink
DO NOT SUBMIT: Disable cache for testing since I can't upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maurer committed Jul 10, 2024
1 parent d71d79e commit ebc58ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ci/docker/scripts/android-sdk-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ def cli_install(args):
lockfile = Lockfile(args.lockfile)
for package in lockfile.packages.values():
# 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)
#url = "https://" + MIRROR_BUCKET + ".s3-" + MIRROR_BUCKET_REGION + \
# ".amazonaws.com/" + MIRROR_BASE_DIR
downloaded = package.download(BASE_REPOSITORY)
# Extract the file in a temporary directory
extract_dir = tempfile.mkdtemp()
subprocess.run([
Expand Down

0 comments on commit ebc58ac

Please sign in to comment.