We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6532 commit bd90284Copy full SHA for bd90284
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -27,6 +27,11 @@ 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