Skip to content

Commit 4c6f220

Browse files
committed
Use clang instead of gcc; Adjust CI flags
Signed-off-by: Jonh Wendell <jwendell@redhat.com>
1 parent ff8efde commit 4c6f220

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/envoy-openssl.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.28
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- run: |
28-
./ci/run_envoy_docker.sh './ci/do_ci.sh gcc @bssl-compat//test/... //test/...'
28+
./ci/run_envoy_docker.sh './ci/do_ci.sh dev @bssl-compat//test/... //test/...'
2929
env:
3030
BAZEL_BUILD_EXTRA_OPTIONS: >-
31-
--config=remote-envoy-engflow
32-
--config=bes-envoy-engflow
31+
--config=rbe
32+
--config=bes
3333
--config=remote-ci
3434
--config=openssl
3535
ENVOY_RBE: 1
@@ -51,8 +51,8 @@ jobs:
5151
./ci/run_envoy_docker.sh './ci/do_ci.sh dev //test/...'
5252
env:
5353
BAZEL_BUILD_EXTRA_OPTIONS: >-
54-
--config=remote-envoy-engflow
55-
--config=bes-envoy-engflow
54+
--config=rbe
55+
--config=bes
5656
--config=remote-ci
5757
ENVOY_RBE: 1
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)