File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,13 @@ phases:
32
32
- unzip -qq dafny.zip && rm dafny.zip
33
33
- export PATH="$PWD/dafny:$PATH"
34
34
35
- # Build ESDK test vector runner from source
36
- - cd aws-encryption-sdk-dafny
37
- # TODO: Change branch to published when available
38
- - git checkout lucmcdon/hkeyring-vectors
39
- - git pull
40
- - cd mpl/TestVectorsAwsCryptographicMaterialProviders/
35
+ # Build MPL test vector runner from source
36
+ - cd aws-encryption-sdk-dafny/mpl/TestVectorsAwsCryptographicMaterialProviders/
41
37
- make transpile_net
42
38
43
- # Change TestVectors to reference the published .NET ESDK
39
+ # Change ESDK TestVectors project to reference the published .NET ESDK
44
40
- cd ../../AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
45
- # CodeBuild seems to want to use ESDK-NET 4.0.0, which is not a good version...
41
+ # CodeBuild seems to want to use ESDK-NET 4.0.0, which is not the most recent version...
46
42
# Pin to at least 4.1.0; this is the most recent version at time of writing.
47
43
# Hopefully CodeBuild will find more recent versions in the future
48
44
- sed -i 's|<ProjectReference Include="\.\./\.\./ESDK\.csproj" />|<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="[4.1.0,)" />|g' AWSEncryptionSDKTestVectorLib.csproj
You can’t perform that action at this time.
0 commit comments