Changes between Version 3 and Version 4 of Ticket #58874, comment 2


Ignore:
Timestamp:
Oct 23, 2019, 1:27:17 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58874, comment 2

    v3 v4  
    33instead of the current Portfile with all the complications, why not just download a working bazel and use bazel to build itself from source?  or in my case having the binary is good enough without needing a complete build from source, i chopped up the Portfile to do just that.
    44
     5{{{
    56bazel-0.29.0-installer-darwin-x86_64.sh -h
    67Usage: ./bazel-0.29.0-installer-darwin-x86_64.sh [options]
     
    1314  --skip-uncompress skip uncompressing the base image until the
    1415      first bazel invocation
     16}}}