Skip to content

Commit

Permalink
osx: patch for XCode 12 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Jul 23, 2021
1 parent d853b74 commit 1fd27e8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,20 @@ jobs:
repository: envoyproxy/envoy
ref: ${{ steps.tagName.outputs.tag }}

- name: XCode 12 Patching
# https://github.com/Homebrew/homebrew-core/pull/81490
run: |
curl 'https://github.com/envoyproxy/envoy/commit/3b49166dc0841b045799e2c37bdf1ca9de98d5b1.patch?full_index=1' | git am
- name: build
run: |
bazelisk build --curses=no --show_task_finish --verbose_failures --action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH --test_output=all -c "opt" //source/exe:envoy-static --config=sizeopt
bazelisk build \
--curses=no \
--show_task_finish \
--verbose_failures \
--action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH \
-c "opt" //source/exe:envoy-static --config=sizeopt
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
- name: shasum
Expand Down

0 comments on commit 1fd27e8

Please sign in to comment.