Skip to content

Commit

Permalink
manual build
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Dec 19, 2024
1 parent c58a046 commit 948ef84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:

- name: Build Envoy
run: |
alias proxy-run='./common/scripts/run.sh env CC=clang CXX=clang++'
proxy-run bazel build --config=libc++ //:envoy
proxy-run cp bazel-bin/envoy out/envoy
./common/scripts/run.sh env CC=clang CXX=clang++ bazel build --config=libc++ //:envoy
./common/scripts/run.sh cp bazel-bin/envoy out/envoy
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 948ef84

Please sign in to comment.