Skip to content

Conversation

edwardrf
Copy link

Brew curl download strategy uses "--location" (-L) flag by default when downloading thus allow follow redirection

Brew curl download strategy [uses "--location" (-L) flag by default](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/curl.rb#L198)
when downloading thus allow follow redirection
@edwardrf edwardrf requested review from lionello and acote88 August 23, 2024 20:54
@edwardrf
Copy link
Author

echo "TARBALL_URL=https://github.com/DefangLabs/defang/archive/refs/tags/$TAG_NAME.tar.gz" >> $GITHUB_ENV
echo "TARBALL_URL=https://s.defang.io/defang_${TAG_NAME:1}_source.tar.gz?x-defang-source=homebrew" >> $GITHUB_ENV
- name: Compute SHA256 checksum
Copy link
Member

Choose a reason for hiding this comment

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

Note that this CI step uses the same TARBALL_URL with the same x-defang-source which might not be what we want.

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.

3 participants