mirror of
https://github.com/alibaba/higress.git
synced 2026-06-01 16:47:27 +08:00
feat: Rust WASM supports Redis database configuration option (#2704)
This commit is contained in:
@@ -20,6 +20,15 @@ build:
|
||||
@echo ""
|
||||
@echo "output wasm file: extensions/${PLUGIN_NAME}/plugin.wasm"
|
||||
|
||||
build-image:
|
||||
DOCKER_BUILDKIT=1 docker build \
|
||||
--build-arg PLUGIN_NAME=${PLUGIN_NAME} \
|
||||
--build-arg BUILDER=${BUILDER} \
|
||||
-t ${IMG} \
|
||||
.
|
||||
@echo ""
|
||||
@echo "image: ${IMG}"
|
||||
|
||||
lint-base:
|
||||
cargo fmt --all --check
|
||||
cargo clippy --workspace --all-features --all-targets
|
||||
|
||||
Reference in New Issue
Block a user