Skip to content

Commit

Permalink
switch from fork to upstream aws-lc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmenda-aws committed Aug 23, 2024
1 parent 30a7287 commit 97e7b7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "aws-lc"]
path = aws-lc
url = https://github.com/sgmenda-aws/aws-lc
branch = experimental-pq-hybrid-with-hpke
url = https://github.com/aws/aws-lc
branch = experimental-pq-hybrid
2 changes: 1 addition & 1 deletion aws-lc
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

ext.experimentalPqHybrid = true

group = 'software.amazon.cryptools'
version = '2.4.1'
ext.isFips = Boolean.getBoolean('FIPS')
if (ext.isFips) {
ext.awsLcGitVersionId = 'AWS-LC-FIPS-2.0.13'
} else {
ext.awsLcGitVersionId = 'v1.30.1'
ext.awsLcGitVersionId = '72c276e9c709a2d9b94e41b06da6abf2b3805a4a'
}

// Check for user inputted git version ID.
Expand Down Expand Up @@ -194,7 +192,7 @@ task buildAwsLc {
}
}

if (!isLegacyBuild && !experimentalPqHybrid) {
if (!isLegacyBuild) {
exec {
workingDir awslcSrcPath
commandLine "git", "fetch", "--tags"
Expand Down

0 comments on commit 97e7b7f

Please sign in to comment.