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 := \
98
98
DynamoDbEncryption/dafny/DynamoDbEncryption \
99
99
DynamoDbEncryption/dafny/StructuredEncryption \
100
100
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=
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ SERVICE_DEPS_DDBEncryption := \
80
80
DynamoDbEncryption/dafny/DynamoDbEncryption \
81
81
submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders \
82
82
83
+ transpile_implementation_rust : _remove_wrapped_client_rust
84
+
83
85
_remove_wrapped_client_rust :
84
86
$(MAKE ) _sed_file SED_FILE_PATH=" runtimes/rust/src/deps/aws_cryptography_materialProviders.rs" \
85
87
SED_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