Skip to content

Conversation

@zhaohuabing
Copy link
Member

@zhaohuabing zhaohuabing commented Mar 28, 2025

Fixes: #128
Also enable CI using the Envoy builder docker.

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
@zhaohuabing zhaohuabing changed the title fix build chore: fix build Mar 28, 2025
@zhaohuabing zhaohuabing requested a review from Copilot March 28, 2025 08:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes build issues and enables CI using the Envoy builder Docker images. It updates the CI documentation and introduces two new GitHub workflow files for building MetaProtocol and API components.

  • Updated CI documentation in ci/README.md to detail usage of various Envoy Docker images.
  • Added workflows (.github/workflows/build_meta_proticol_proxy.yml and .github/workflows/build_api.yml) to run builds via GitHub Actions.
  • Configured environment variables and build steps for both MetaProtocol and API CI jobs.

Reviewed Changes

Copilot reviewed 50 out of 67 changed files in this pull request and generated no comments.

File Description
ci/README.md New documentation on using CI Docker images and detailed build instructions.
.github/workflows/build_meta_proticol_proxy.yml New workflow for building MetaProtocolProxy with long timeout and Docker steps.
.github/workflows/build_api.yml New workflow for building the API with similar configurations as the MetaProtocol workflow.
Files not reviewed (17)
  • .bazelversion: Language not supported
  • .github/workflows/buildci.yml: Language not supported
  • Makefile: Language not supported
  • WORKSPACE: Language not supported
  • ci/Dockerfile-envoy: Language not supported
  • ci/Dockerfile-envoy-windows: Language not supported
  • ci/WORKSPACE.filter.example: Language not supported
  • ci/api_mirror.sh: Language not supported
  • ci/build_setup.sh: Language not supported
  • ci/check_and_fix_format.sh: Language not supported
  • ci/ci_api.sh: Language not supported
  • ci/ci_dev.sh: Language not supported
  • ci/create_release_branch.sh: Language not supported
  • ci/docker-entrypoint.bat: Language not supported
  • ci/docker-entrypoint.sh: Language not supported
  • ci/docker_ci.sh: Language not supported
  • ci/docker_rebuild_google-vrp.sh: Language not supported
Comments suppressed due to low confidence (2)

.github/workflows/build_meta_proticol_proxy.yml:30

  • The variable 'protocal' appears misspelled; consider changing it to 'protocol' to enhance clarity and consistency.
LOG_PATH: /tmp/test_logs/${{ matrix.protocal }}.log

.github/workflows/build_api.yml:30

  • The variable 'protocal' appears misspelled here as well; renaming it to 'protocol' would improve readability and reduce confusion.
LOG_PATH: /tmp/test_logs/${{ matrix.protocal }}.log

@zhaohuabing zhaohuabing requested a review from smwyzi March 28, 2025 08:53
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
@zhaohuabing zhaohuabing merged commit 75098f8 into master Mar 29, 2025
6 checks passed
@zhaohuabing zhaohuabing deleted the fix-build branch March 29, 2025 01:13
Chenrujie-85 pushed a commit to Chenrujie-85/meta-protocol-proxy that referenced this pull request Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build error on ubuntu18.04 or docker image within aeraki/meta-protocol-proxy-build:2022-0429-0

3 participants