Skip to content

Commit 3e91d5c

Browse files
committed
debug
1 parent 72574f9 commit 3e91d5c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ phases:
2222
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
2323
- unzip 312_hkeyring_manifest.zip
2424
- export DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json"
25-
- ls 312_hkeyring_manifest/
26-
- cat 312_hkeyring_manifest/keys.json
27-
- pwd
2825

2926
# Approach 1: "The Right Way":
3027

@@ -41,9 +38,9 @@ phases:
4138
- cd ..
4239

4340
# Change TestVectors to reference the published .NET ESDK
44-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
45-
- sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
46-
- cd ../TestVectors
41+
# - cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
42+
# - sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
43+
# - cd ../TestVectors
4744

4845
build:
4946
commands:

0 commit comments

Comments
 (0)