eilandert commented on issue #2069:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2069#issuecomment-966219159


   > > Or we need a @glog//:glog dependency
   > > bazel build -c fastbuild @glog//:glog seems to do something ;-)
   > 
   > Looks like your way is the good one
   > 
   > I've build a bunch of extra .a-libs with
   > 
   > ```
   > bazel build -c fastbuild @//...
   > ```
   > 
   > Now I have different error (but that build was not completed)
   
   This is what I do now, I have some troubles with Google URL and ABSL. Can't 
seem to find the correct dependencies for now, but it's a step further ;-)
   
   ```
   bazel build -c fastbuild \
     @glog//:glog \
     @com_google_absl//absl/algorithm:algorithm 
@com_google_absl//absl/base:raw_logging_internal \
     @com_google_absl//absl/base @com_google_absl//absl/strings 
@com_google_absl//absl/hash 
    @com_google_absl//absl/memory @com_google_absl//absl/status 
@com_google_absl//absl/synchronization \ 
    @com_google_absl//absl/utility \
     @com_github_gflags_gflags//:gflags @com_googlesource_googleurl//base 
@com_googlesource_googleurl//url \
     //pagespeed/kernel/... //pagespeed/automatic/... //pagespeed/system/... 
//pagespeed/controller/... \
     //pagespeed/opt/... //base/... //net/instaweb/... //third_party/... \
     mod_pagespeed
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to