Skip to content

Commit 5360da9

Browse files
committed
change branch for hkeyring decrypt
1 parent 059df05 commit 5360da9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ phases:
2121
# Download previously generated vectors
2222
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
2323
- unzip 312_hkeyring_manifest.zip
24+
- export DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json"
2425
- ls 312_hkeyring_manifest/
2526
- cat 312_hkeyring_manifest/keys.json
2627
- pwd
@@ -33,6 +34,9 @@ phases:
3334

3435
# Clone SDK-Dafny repo to get test vectors runner
3536
- git clone https://github.com/aws/aws-encryption-sdk-dafny.git
37+
# TODO: Change branch to published when available
38+
- git checkout lucmcdon/hkeyring-vectors
39+
- git pull
3640

3741
# Change TestVectors to reference the published .NET ESDK
3842
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
@@ -41,4 +45,4 @@ phases:
4145

4246
build:
4347
commands:
44-
- DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json" dotnet test --framework net6.0
48+
- dotnet test --framework net6.0

0 commit comments

Comments
 (0)