File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 25
25
repository : envoyproxy/envoy
26
26
ref : ${{ steps.tagName.outputs.tag }}
27
27
28
+ - name : XCode 12 Patching
29
+ # https://github.com/Homebrew/homebrew-core/pull/81490
30
+ run : |
31
+ curl 'https://github.com/envoyproxy/envoy/commit/3b49166dc0841b045799e2c37bdf1ca9de98d5b1.patch?full_index=1' | git am
32
+
28
33
- name : build
29
34
run : |
30
- 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
35
+ bazelisk build \
36
+ --curses=no \
37
+ --show_task_finish \
38
+ --verbose_failures \
39
+ --action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH \
40
+ -c "opt" //source/exe:envoy-static --config=sizeopt
41
+
31
42
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
32
43
33
44
- name : shasum
You can’t perform that action at this time.
0 commit comments