Skip to content

Commit

Permalink
Regenerate windows toolchains from 8726d1b
Browse files Browse the repository at this point in the history
  [skip ci]
  Regenerate linux toolchains from dce0a8c

  [skip ci]
  Install Java 8, Android command line tools and SDK for Ubuntu (#188)

* Install Android command line tools and SDK for Ubuntu

These are used for Envoy Mobile's CI and currently installed on every
CI job run: https://github.com/envoyproxy/envoy/blob/main/mobile/ci/linux_ci_setup.sh

Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
envoy-build-tools(Azure Pipelines) committed Dec 8, 2022
1 parent 8726d1b commit 12c91fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolchains/configs/windows/clang-cl/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platform(
"@platforms//cpu:x86_64",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:a29314a5bd66544303557efd89fb0816e72041a9a98f558b89a629ac348c479a",
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:4a20cf7c8c3f594dd7afdcb45280f6553c36bfbd1a995cdd138be07f5a64acfc",
"OSFamily": "Windows",
},
)
2 changes: 1 addition & 1 deletion toolchains/configs/windows/msvc-cl/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platform(
"@platforms//cpu:x86_64",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:a29314a5bd66544303557efd89fb0816e72041a9a98f558b89a629ac348c479a",
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:4a20cf7c8c3f594dd7afdcb45280f6553c36bfbd1a995cdd138be07f5a64acfc",
"OSFamily": "Windows",
},
)

0 comments on commit 12c91fb

Please sign in to comment.