Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change openssl url in build linux #7284

Merged
merged 7 commits into from
Jul 29, 2024
Merged

Conversation

sidhujus
Copy link
Contributor

@sidhujus sidhujus commented Jul 26, 2024

Which issue(s) does this change fix?

the url now redirects to github which redirects to the release artifact, this changes the url we use to be the one before the final redirect

Why is this change necessary?

How does it address the issue?

What side effects does this change have?

Mandatory Checklist

PRs will only be reviewed after checklist is complete

  • Add input/output type hints to new functions/methods
  • Write design document if needed (Do I need to write a design document?)
  • Write/update unit tests
  • Write/update integration tests
  • Write/update functional tests if needed
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sidhujus sidhujus changed the title testing fix: change openssl url in build linux Jul 26, 2024
@sidhujus sidhujus marked this pull request as ready for review July 26, 2024 17:12
@sidhujus sidhujus requested a review from a team as a code owner July 26, 2024 17:12
@@ -49,7 +49,7 @@ mkdir -p .build/output/openssl
cd .build/output/openssl

echo "Building OpenSSL"
curl "https://www.openssl.org/source/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
curl -L "https://github.com:443/openssl/openssl/releases/download/OpenSSL_${openssl_version//./_}/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

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

We can probably remove the port here. Not that I'd imagine Github would open their webserver on anything other than port 443, but its not required.

@sidhujus sidhujus enabled auto-merge July 26, 2024 18:03
@mndeveci
Copy link
Contributor

Btw we could have added this flag for other places as well. Like this one; https://github.com/aws/aws-sam-cli/blob/develop/installer/pyinstaller/build-linux.sh#L52

@sidhujus sidhujus added this pull request to the merge queue Jul 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 26, 2024
@sidhujus sidhujus added this pull request to the merge queue Jul 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 29, 2024
@sidhujus sidhujus added this pull request to the merge queue Jul 29, 2024
Merged via the queue into aws:develop with commit 94407b0 Jul 29, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants