File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ phases:
22
22
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
23
23
- unzip 312_hkeyring_manifest.zip
24
24
- 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
28
25
29
26
# Approach 1: "The Right Way":
30
27
@@ -41,9 +38,9 @@ phases:
41
38
- cd ..
42
39
43
40
# 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
47
44
48
45
build :
49
46
commands :
You can’t perform that action at this time.
0 commit comments