You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
See original comment, essentially we need to loop over brew deps --HEAD julia, call brew fetch --force-bottle $dep, parse the output for downloaded bottle, ensure that bottle is uploaded to AWS, if not, upload the new one.
For parsing out downloaded location, this seems to work well:
See original comment, essentially we need to loop over
brew deps --HEAD julia
, callbrew fetch --force-bottle $dep
, parse the output for downloaded bottle, ensure that bottle is uploaded to AWS, if not, upload the new one.For parsing out downloaded location, this seems to work well:
To download bottles of different platforms, we can parse out download URL and replace it with our own new platforms:
To figure out what bottles need to be uploaded, we can just
[[ -z "$(aws ls bucketname -l | grep bottle_filename)" ]]
.The text was updated successfully, but these errors were encountered: