Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .azure-pipelines/linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
containers:
- container: envoy-build
image: envoyproxy/envoy-build:d0cefa7f071dbd4ef24399c2db8656c3a5d8c3ef
image: envoyproxy/envoy-build:8246167b9d238797cbc6c03dccc9e3921c37617d

jobs:
- job: EnvoyFullTest
Expand All @@ -10,7 +10,7 @@ jobs:
vmImage: 'Ubuntu 16.04'
container: envoy-build
steps:
# bazel.dev isn't for CI purpose but we use it here to experiment with Azure Pipeline
# bazel.dev isn't for CI purpose but we use it here to experiment with Azure Pipeline
# as it builds faster, before Azure can provision larger VM or we can use RBE.
- script: ci/do_ci.sh bazel.dev
env:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
ubuntu-build:
description: "A regular build executor based on ubuntu image"
docker:
- image: envoyproxy/envoy-build:d0cefa7f071dbd4ef24399c2db8656c3a5d8c3ef
- image: envoyproxy/envoy-build:8246167b9d238797cbc6c03dccc9e3921c37617d
resource_class: xlarge
working_directory: /source

Expand Down
2 changes: 1 addition & 1 deletion bazel/external/boringssl_fips.genrule_cmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PLATFORM="linux"

curl -sLO https://github.com/ninja-build/ninja/releases/download/v"$$VERSION"/ninja-"$$PLATFORM".zip \
&& echo "$$SHA256" ninja-"$$PLATFORM".zip | sha256sum --check
unzip ninja-"$$PLATFORM".zip
unzip -o ninja-"$$PLATFORM".zip

export PATH="$$PWD:$$PATH"

Expand Down