Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-extensions-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-extensions-build-config:
name: check-extensions-build-config
runs-on: ubuntu-20.04-8core
runs-on: ubuntu-24.04-8core-amd64
steps:
- uses: actions/checkout@v3
- name: Add safe directory
Expand Down
2 changes: 1 addition & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def envoy_gloo_dependencies():
# upstream at that point.
_repository_impl("envoy")
_repository_impl("json", build_file = "@envoy_gloo//bazel/external:json.BUILD")
_repository_impl("inja", build_file = "@envoy_gloo//bazel/external:inja.BUILD")
_repository_impl("inja", build_file = "@envoy_gloo//bazel/external:inja.BUILD")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

revert

6 changes: 6 additions & 0 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ REPOSITORY_LOCATIONS = dict(
commit = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d", # v3.11.2
remote = "https://github.com/nlohmann/json",
),
com_googlesource_googleurl = dict(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

revert

version = "dd4080fec0b443296c0ed0036e1e776df8813aa7",
sha256 = "fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325",
urls = ["https://storage.googleapis.com/quiche-envoy-integration/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz"],
strip_prefix = "", # or appropriate value if needed
),
)
4 changes: 4 additions & 0 deletions changelog/v1.28.2-patch3/ci-update-vm-runner-img.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Update vm runner image for CI wfs as ubuntu-20.04 will be EOL soon.