Skip to content

Commit edc4cc5

Browse files
committed
try a fix
1 parent ee683d3 commit edc4cc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
arn:aws:kms:us-west-2:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
1212
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_2: >-
1313
arn:aws:kms:us-east-1:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
14+
DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH: >-
15+
312_hkeyring_manifest/manifest.json
1416
1517
phases:
1618
install:
@@ -21,6 +23,8 @@ phases:
2123
# Download previously generated vectors
2224
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
2325
- unzip 312_hkeyring_manifest.zip
26+
- ls
27+
- pwd
2428

2529
# Approach 1: "The Right Way":
2630

@@ -33,8 +37,6 @@ phases:
3337

3438
# Change TestVectors to reference the published .NET ESDK
3539
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
36-
- ls
37-
- pwd
3840
- sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
3941
- cd ../TestVectors
4042

0 commit comments

Comments
 (0)