We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e078b6b commit a86ce02Copy full SHA for a86ce02
TestVectors/Makefile
@@ -218,7 +218,7 @@ _polymorph_go: purge_polymorph_code
218
# https://taskei.amazon.dev/tasks/CrypTool-5283
219
purge_polymorph_code:
220
find .. -name "shim.go" | xargs sed -i $(SED_PARAMETER) 's/(_static \*CompanionStruct_Default___)//g'
221
- rm -rf runtimes/go/*/aws*smithygenerated* \
+ rm -rf runtimes/go/*/*smithygenerated* \
222
runtimes/go/*/Wrapped*Service
223
224
REMOVE_WRAPPED_CLIENT_AFTER_POLYMORPH_RUST_PRIMITIVES=runtimes/rust/src/deps/aws_cryptography_primitives.rs
0 commit comments