We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5360da9 commit 72574f9Copy full SHA for 72574f9
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -35,8 +35,10 @@ phases:
35
# Clone SDK-Dafny repo to get test vectors runner
36
- git clone https://github.com/aws/aws-encryption-sdk-dafny.git
37
# TODO: Change branch to published when available
38
+ - cd aws-encryption-sdk-dafny
39
- git checkout lucmcdon/hkeyring-vectors
40
- git pull
41
+ - cd ..
42
43
# Change TestVectors to reference the published .NET ESDK
44
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
0 commit comments