mirror of
https://github.com/alibaba/higress.git
synced 2026-02-06 23:21:08 +08:00
optimize e2e test of rust wasm plugin (#1277)
This commit is contained in:
@@ -45,17 +45,10 @@ then
|
||||
PLUGIN_NAME=${name} BUILDER_REGISTRY="docker.io/alihigress/plugins-rust-" make build
|
||||
fi
|
||||
done
|
||||
cd ../wasm-go/
|
||||
PLUGIN_NAME=custom-response make build
|
||||
else
|
||||
echo "🚀 Build Rust WasmPlugin: $INNER_PLUGIN_NAME"
|
||||
PLUGIN_NAME=${INNER_PLUGIN_NAME} make lint
|
||||
PLUGIN_NAME=${INNER_PLUGIN_NAME} make build
|
||||
if [ "$INNER_PLUGIN_NAME" == "ai-data-masking" ]; then
|
||||
cd ../wasm-go/
|
||||
PLUGIN_NAME=custom-response make build
|
||||
fi
|
||||
|
||||
fi
|
||||
else
|
||||
echo "Not specify plugin language, so just compile wasm-go as default"
|
||||
|
||||
Reference in New Issue
Block a user