Skip to content

Commit 5d627c2

Browse files
m
1 parent cd0c450 commit 5d627c2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,13 @@ phases:
3232
- unzip -qq dafny.zip && rm dafny.zip
3333
- export PATH="$PWD/dafny:$PATH"
3434

35-
# Build ESDK test vector runner from source
36-
- cd aws-encryption-sdk-dafny
37-
# TODO: Change branch to published when available
38-
- git checkout lucmcdon/hkeyring-vectors
39-
- git pull
40-
- cd mpl/TestVectorsAwsCryptographicMaterialProviders/
35+
# Build MPL test vector runner from source
36+
- cd aws-encryption-sdk-dafny/mpl/TestVectorsAwsCryptographicMaterialProviders/
4137
- make transpile_net
4238

43-
# Change TestVectors to reference the published .NET ESDK
39+
# Change ESDK TestVectors project to reference the published .NET ESDK
4440
- cd ../../AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
45-
# CodeBuild seems to want to use ESDK-NET 4.0.0, which is not a good version...
41+
# CodeBuild seems to want to use ESDK-NET 4.0.0, which is not the most recent version...
4642
# Pin to at least 4.1.0; this is the most recent version at time of writing.
4743
# Hopefully CodeBuild will find more recent versions in the future
4844
- sed -i 's|<ProjectReference Include="\.\./\.\./ESDK\.csproj" />|<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="[4.1.0,)" />|g' AWSEncryptionSDKTestVectorLib.csproj

0 commit comments

Comments
 (0)