vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

test(rules_release): Bazel integration test for setting up using a WORKSPACE file #612

Closed mvgijssel closed 7 months ago

mvgijssel commented 7 months ago

closes #611

TODO:

when executing the test from rules_release it's "../../" or "../../../_main"
when executing the test from the root it's "../../../rules_release~override"

Should we instead link in a archive and load that with http_archive?

mvgijssel commented 7 months ago

Using .bazelignore to ignore the example workspace files does not work, because glob does not work https://github.com/bazelbuild/bazel/issues/12034