Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b62a2d1

Browse files
committedDec 2, 2024··
m
1 parent a2b153c commit b62a2d1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎DynamoDbEncryption/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,3 @@ SERVICE_DEPS_DynamoDbEncryptionTransforms := \
9898
DynamoDbEncryption/dafny/DynamoDbEncryption \
9999
DynamoDbEncryption/dafny/StructuredEncryption \
100100
DynamoDbEncryption/dafny/DynamoDbItemEncryptor
101-
102-
polymorph:
103-
export DAFNY_VERSION=4.2
104-
npm i --no-save prettier@3 prettier-plugin-java@2.5
105-
make polymorph_code_gen PROJECT_DEPENDENCIES=

‎TestVectors/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ SERVICE_DEPS_DDBEncryption := \
8080
DynamoDbEncryption/dafny/DynamoDbEncryption \
8181
submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders \
8282

83+
transpile_implementation_rust: _remove_wrapped_client_rust
84+
8385
_remove_wrapped_client_rust:
8486
$(MAKE) _sed_file SED_FILE_PATH="runtimes/rust/src/deps/aws_cryptography_materialProviders.rs" \
8587
SED_BEFORE_STRING=' \#\[cfg(feature = "wrapped-client")\]' SED_AFTER_STRING='\/\/ Removed cfg(feature = "wrapped-client")'

0 commit comments

Comments
 (0)
Please sign in to comment.