Skip to content

Commit 6ed1d6a

Browse files
author
Lucas McDonald
committed
m
1 parent 74dd412 commit 6ed1d6a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test_vector_handlers/scripts/install_mpl_test_vector_runner.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cd "$(dirname "$0")"
1111
export 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
1818
export dafnyVersion=$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)
@@ -22,6 +22,4 @@ export PATH="$PWD/dafny:$PATH"
2222

2323
# Build MPL test vector runner from source
2424
cd aws-cryptographic-material-providers-library/TestVectorsAwsCryptographicMaterialProviders/
25-
sed -i 's/{ path .*}.*/"1.7.4"/' runtimes/python/pyproject.toml
26-
sed -i 's/^\(requires = \["poetry-core"\]\)$/requires = \["poetry-core<2.0.0"\]/' runtimes/python/pyproject.toml
2725
make transpile_python

0 commit comments

Comments
 (0)