Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

bazel: build the //lib folder #46929

Merged
merged 17 commits into from
Jan 27, 2023
Merged
2 changes: 2 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ client/plugin-backstage/node_modules

cmd/symbols/squirrel/test_repos/starlark
docker-images/syntax-highlighter/crates/sg-syntax/src/snapshots/

lib/codeintel/precise/diff/testdata/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can get picked up by gazelle and will incorectly generate buildfiles.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you use a glob? Likely this isn't the only place we have go code that lives under testdata dir. Go compiler always ignores it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keegancsmith we cannot sadly, see bazelbuild/bazel#7093

Loading