We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d512d8 commit af3ba73Copy full SHA for af3ba73
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -27,11 +27,6 @@ phases:
27
# Build the ESDK-Dafny test vector runner
28
# Clone SDK-Dafny repo to get test vectors runner source code
29
- git clone --recurse-submodules https://github.com/aws/aws-encryption-sdk-dafny.git
30
- # - ls
31
- # - cd aws-encryption-sdk-dafny
32
33
- # - cd AwsEncryptionSDK
34
35
# Download Dafny to build the test vector runner; get Dafny version from project.properties file
36
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk-dafny/AwsEncryptionSDK/project.properties | cut -d '=' -f 2)
37
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
0 commit comments