Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove manual xcode patch #10

Merged
merged 1 commit into from
Dec 21, 2021
Merged
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
Remove temporary patch
  • Loading branch information
travisgroth committed Dec 21, 2021
commit 58c847bdc7329141128d57fa6d2dc0b5723f99fc
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ 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 \
Expand Down