Skip to content

Commit

Permalink
update homebrew template and build with update_existing (#16068)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored Nov 27, 2020
1 parent 7ac6431 commit d201b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions scripts/release/homebrew/docker/formula_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ class AzureCli < Formula
{{ resources }}

def install
# Work around Xcode 11 clang bug
# https://code.videolan.org/videolan/libbluray/issues/20
ENV.append_to_cflags "-fno-stack-check" if DevelopmentTools.clang_build_version >= 1010

venv = virtualenv_create(libexec, "python3")
venv.pip_install resources

Expand Down
2 changes: 1 addition & 1 deletion scripts/release/homebrew/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pip list

# default option is update_existing to build from homebrew master branch,
# append '-b use_template' to build from formula_template.txt
python $root/formula_generate.py -b use_template
python $root/formula_generate.py

0 comments on commit d201b4a

Please sign in to comment.