-
Notifications
You must be signed in to change notification settings - Fork 121
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
Added builds on Docker images used by aws-c-cal. #117
Conversation
* Pre-pull aws crt Docker images. * Remove unused code. * Address comments. * Move common source.
* Pre-pull aws crt Docker images. * Remove unused code. * Run pull_github_pkg.sh in CodeBuild. * Address comments. * Move common source. * Change README.md * Address comments.
* Build and test without Perl/Go. * Revert 'delete update-webhook cli' * Fix typo. * Adds build flavor -DBUILD_TESTING=0 -DBUILD_SSL=0. * Adds build flavor -DBUILD_TESTING=0 -DBUILD_SSL=0 with release mode. * Fix typo. * Remove 'AWS_LC' prefix. * Fix build flag.
This PR became draft because below error is being investigated. Compiler version: Gcc4 Build dimension: Error:
|
For gcc-4x (default c mode is |
Discussed offline with andrewhop, |
* Improve OpenSSL source acquisition
Weierstrass point doubling improvements and bifurcation, other minor tweaks s2n-bignum original commit: awslabs/s2n-bignum@8ec370c
Weierstrass point doubling improvements and bifurcation, other minor tweaks s2n-bignum original commit: awslabs/s2n-bignum@8ec370c
Weierstrass point doubling improvements and bifurcation, other minor tweaks s2n-bignum original commit: awslabs/s2n-bignum@8ec370c s2n-bignum original commit: awslabs/s2n-bignum@73aa0bd
Weierstrass point doubling improvements and bifurcation, other minor tweaks s2n-bignum original commit: awslabs/s2n-bignum@8ec370c
Weierstrass point doubling improvements and bifurcation, other minor tweaks
Weierstrass point doubling improvements and bifurcation, other minor tweaks s2n-bignum original commit: awslabs/s2n-bignum@8ec370c
Issues:
Resolves CryptoAlg-663
Description of changes:
This PR added Docker images used by
aws-c-cal
. AWS-LC is built and tested on these environments. Specific changes:docker.pkg.github.com
.run-cdk.sh
for better image build experience and parameters parser.aws ecr
.Call-outs:
aws-c-cal
dimensions were added toaws-lc-ci-linux-x86
CodeBuild.Testing:
See CI
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.