Skip to content

Commit

Permalink
repo-sync-2024-08-08T17:37:05+0800 (#34) (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTheByRiver authored Aug 8, 2024
1 parent 2649bf6 commit 5c9ad00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ endef
build-envoy:
@$(call start_docker)
docker exec -it ${CONTAINER_NAME} make build-envoy-local
docker exec -it ${CONTAINER_NAME} strip -s /home/admin/dev/bazel-bin/envoy


.PHONY: build-envoy-local
build-envoy-local:
bazel build -c ${COMPILE_MODE} ${TARGET} --verbose_failures ${BUILD_OPTS} --@envoy//source/extensions/wasm_runtime/v8:enabled=false
bazel build -c ${COMPILE_MODE} ${TARGET} --verbose_failures ${BUILD_OPTS} --@envoy//source/extensions/wasm_runtime/v8:enabled=false --repository_cache=./bazel_repo_cache --remote_download_minimal
strip -s bazel-bin/envoy
mkdir -p output/linux/${ARCH}/bin
mkdir -p output/linux/${ARCH}/conf
cp bazel-bin/envoy output/linux/${ARCH}/bin
Expand Down

0 comments on commit 5c9ad00

Please sign in to comment.