Skip to content

Commit 16a207a

Browse files
committed
fix codebuild to add setup_net for install_mpl_test_vector_runner.sh
1 parent 3ce4823 commit 16a207a

16 files changed

+18
-1
lines changed

codebuild/py311/decrypt_dafny_esdk_vectors_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ phases:
2020
install:
2121
runtime-versions:
2222
python: 3.11
23+
dotnet: 6.0
2324
pre_build:
2425
commands:
2526
# Build Python MPL TestVector runner from source

codebuild/py311/decrypt_golden_manifest_with_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.11
19+
dotnet: 6.0
1920
pre_build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py311/decrypt_keyrings_with_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.11
19+
dotnet: 6.0
1920
pre_build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py311/decrypt_masterkey_with_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.11
19+
dotnet: 6.0
1920
pre_build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py311/decrypt_net_401_vectors_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ phases:
1717
install:
1818
runtime-versions:
1919
python: 3.11
20+
dotnet: 6.0
2021
pre_build:
2122
commands:
2223
# Build Python MPL TestVector runner from source

codebuild/py311/encrypt_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.11
19+
dotnet: 6.0
1920
build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py311/generate_decrypt_vectors_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.11
19+
dotnet: 6.0
1920
build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py312/decrypt_dafny_esdk_vectors_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ phases:
2020
install:
2121
runtime-versions:
2222
python: 3.12
23+
dotnet: 6.0
2324
pre_build:
2425
commands:
2526
# Build Python MPL TestVector runner from source

codebuild/py312/decrypt_golden_manifest_with_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.12
19+
dotnet: 6.0
1920
pre_build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

codebuild/py312/decrypt_hkeyring_with_keyrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ phases:
1616
install:
1717
runtime-versions:
1818
python: 3.12
19+
dotnet: 6.0
1920
pre_build:
2021
commands:
2122
# Build Python MPL TestVector runner from source

0 commit comments

Comments
 (0)