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 8
8
cd " $( dirname " $0 " ) "
9
9
10
10
# 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)
14
12
15
13
# Clone MPL repo to get test vectors runner source code and the Dafny version to use
16
14
git 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