File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ phases:
27
27
# Build the ESDK-Dafny test vector runner
28
28
# Clone SDK-Dafny repo to get test vectors runner source code
29
29
- git clone --recurse-submodules https://github.com/aws/aws-encryption-sdk-dafny.git
30
- - ls
31
- - cd aws-encryption-sdk-dafny
32
- - ls
33
- - cd AwsEncryptionSdk
34
- - ls
30
+ # - ls
31
+ # - cd aws-encryption-sdk-dafny
32
+ # - ls
33
+ # - cd AwsEncryptionSDK
34
+ # - ls
35
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)
36
+ - export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk-dafny/AwsEncryptionSDK /project.properties | cut -d '=' -f 2)
37
37
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
38
38
- unzip -qq dafny.zip && rm dafny.zip
39
39
- export PATH="$PWD/dafny:$PATH"
You can’t perform that action at this time.
0 commit comments