File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
[email protected] 105- make polymorph_code_gen PROJECT_DEPENDENCIES=
Original file line number Diff line number Diff 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" \
8587SED_BEFORE_STRING =' \# \[cfg(feature = "wrapped-client")\]' SED_AFTER_STRING='\/\/ Removed cfg(feature = "wrapped-client")'
You can’t perform that action at this time.
0 commit comments