File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test_vector_handlers/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cd "$(dirname "$0")"
1111export mplVersion=$( grep ' aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E ' s/.*==(.+)/\1/' )
1212
1313# Clone MPL repo to get test vectors runner source code and the Dafny version to use
14- # git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
15- git clone --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
14+ git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
15+ # git clone --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
1616
1717# Download Dafny to build the test vector runner; get Dafny version from ESDK's project.properties file
1818export dafnyVersion=$( grep ' ^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d ' =' -f 2)
You can’t perform that action at this time.
0 commit comments