Skip to content

Commit

Permalink
ci: partially revert #7786 to fix post submit (#7807)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored Aug 2, 2019
1 parent dd50110 commit cd8574d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
BAZEL_REMOTE_CACHE: grpcs://remotebuildexecution.googleapis.com
BAZEL_REMOTE_INSTANCE: projects/envoy-ci/instances/default_instance
GCP_SERVICE_ACCOUNT_KEY: $(GcpServiceAccountKey)
# TODO(lizan): remove this once new image is available
IMAGE_ID: b02c73f3ebbaf5c7852fa814eb3d61e841588068
displayName: "Run CI script"

- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
description: "A regular build executor based on ubuntu image"
docker:
# NOTE: Update bazel/toolchains/rbe_toolchains_config.bzl with sha256 digest to match the image here.
- image: envoyproxy/envoy-build:b02c73f3ebbaf5c7852fa814eb3d61e841588068
- image: envoyproxy/envoy-build:8246167b9d238797cbc6c03dccc9e3921c37617d
resource_class: xlarge
working_directory: /source

Expand Down
2 changes: 1 addition & 1 deletion ci/build_container/build_container_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ update-alternatives --config gcc
update-alternatives --config g++

apt-get install -y --no-install-recommends curl wget make cmake git python python-pip python-setuptools python3 python3-pip \
unzip bc libtool ninja-build automake zip time gdb strace tshark tcpdump patch xz-utils rsync \
unzip bc libtool ninja-build automake zip time gdb strace tshark tcpdump patch xz-utils rsync ssh-client

# clang 8.
case $ARCH in
Expand Down

0 comments on commit cd8574d

Please sign in to comment.