snakethatlovesstaticlibs
snakethatlovesstaticlibs
I was able to after ```shell yum install epel-release.noarch yum install the_silver_searcher ```
I also just ran into this issue with the same use case as @jmmv, I'm trying to build a package and redistribute it outside of bazel. I can see the...
Did https://github.com/bazelbuild/rules_foreign_cc/pull/942 resolve this issue?
Hi @RPGillespie6, I'm also looking for this feature. If I implement it, are you open to merging it? Edit: Actually `--skip-exclusion-markers` might fix my use case
No worries! I also used `--ignore-errors source" for genhtml (for future readers). Thanks for the great library @RPGillespie6! It's greatly sped up our pipeline
Hello, just wanted to let the team know that the invite is currently expired
Thanks for taking a look! I just checked slack.bazel.build and it doesn't seem to work for me
I had to open https://slack.bazel.build in an incognito window but it works now, I cleared my browser history but that wasn't sufficient without incognito. Thanks for helping!
Also having this issue on 1.11, using `[0-9]` fixed it but was unpleasant to debug
I have something that looks like this: ```python py_console_script_binary( name = "poetry", pkg = "@poetry_deps//poetry", deps = [ "@poetry_deps//poetry_plugin_bundle:poetry_plugin_bundle", ], ) sh_binary( name = "poetry_test", srcs = [":py_wrapper.sh"], deps =...