File tree 1 file changed +2
-4
lines changed
test_vector_handlers/scripts
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cd "$(dirname "$0")"
11
11
export mplVersion=$( grep ' aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E ' s/.*==(.+)/\1/' )
12
12
13
13
# 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
16
16
17
17
# Download Dafny to build the test vector runner; get Dafny version from ESDK's project.properties file
18
18
export dafnyVersion=$( grep ' ^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d ' =' -f 2)
@@ -22,6 +22,4 @@ export PATH="$PWD/dafny:$PATH"
22
22
23
23
# Build MPL test vector runner from source
24
24
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
27
25
make transpile_python
You can’t perform that action at this time.
0 commit comments