bazel-contrib / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc
Apache License 2.0
673 stars 248 forks source link

how to disable remote cache for cmake/make rules? #913

Open yinqiwen opened 2 years ago

yinqiwen commented 2 years ago

Seems the tags support is missing in cmake/make rules

https://docs.bazel.build/versions/main/remote-caching.html

keith commented 2 years ago

You can probably use --modify_execution_info as a workaround

jsharpe commented 2 years ago

--incompatible_allow_tags_propagation may also help here

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_foreign_cc!