File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
test_vector_handlers/scripts Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88cd " $( dirname " $0 " ) "
99
1010# Get highest MPL version specified in requirements.txt
11- # export mplVersion=$(grep 'aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E 's/.*==//' | tr ',' '\n' | sed -E 's/^[^0-9]*//' | sort -V | tail -n1)
12- # Get lowest MPL version specified in requirements.txt
13- export mplVersion=$( grep ' aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E ' s/.*==//' | tr ' ,' ' \n' | sed -E ' s/^[^0-9]*//' | sort -V | head -n1)
11+ export mplVersion=$( grep ' aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E ' s/.*==//' | tr ' ,' ' \n' | sed -E ' s/^[^0-9]*//' | sort -V | tail -n1)
1412
1513# Clone MPL repo to get test vectors runner source code and the Dafny version to use
1614git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
You can’t perform that action at this time.
0 commit comments