Skip to content

Commit

Permalink
build/gcc: Contrib binary
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jan 12, 2024
1 parent b483d29 commit 8904c72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/stage/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
displayName: "Upload $(CI_TARGET) Report to GCS"
condition: and(not(canceled()), or(eq(variables['CI_TARGET'], 'coverage'), eq(variables['CI_TARGET'], 'fuzz_coverage')))
env:
# This is for gcc
ENVOY_CONTRIB_BUILD: 1
GCS_ARTIFACT_BUCKET: ${{ parameters.bucketGCP }}

- job: complete
Expand Down
4 changes: 4 additions & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@ case $CI_TARGET in
-- "${TEST_TARGETS[@]}"
echo "bazel release build with gcc..."
bazel_envoy_binary_build fastbuild
if [[ -n "$ENVOY_CONTRIB_BUILD" ]]; then
echo "bazel contrib build with gcc..."
bazel_contrib_binary_build fastbuild
fi
;;

info)
Expand Down
1 change: 1 addition & 0 deletions ci/run_envoy_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ docker run --rm \
-e ENVOY_BUILD_DEBUG_INFORMATION \
-e ENVOY_BUILD_FILTER_EXAMPLE \
-e ENVOY_COMMIT \
-e ENVOY_CONTRIB_BUILD \
-e ENVOY_HEAD_REF \
-e ENVOY_PUBLISH_DRY_RUN \
-e ENVOY_REPO \
Expand Down

0 comments on commit 8904c72

Please sign in to comment.