BooneJS

Results 2 comments of BooneJS

Hi, I've run into this as well. Same situation - including go_embed_data outputs as srcs in a go_library. Thanks to the original post, I now know about # keep and...

I can confirm this issue exists on macOS 10.14.1 as well. This is what I tried today: My WORKSPACE: ``` workspace(name = "my_workspace") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # abseil http_archive( name =...