Skip to content

Commit

Permalink
Add a link to the BazelCon 2024 talk on how we handle globs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693503398
Change-Id: I78c267e223ae64ab7fba81cdebc72a87bdba3782
  • Loading branch information
haxorz authored and copybara-github committed Nov 5, 2024
1 parent 7bb8d2b commit 27082e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
* {@link
* com.google.devtools.build.lib.skyframe.PackageFunction.GlobbingStrategy#SINGLE_GLOBS_HYBRID}. All
* globs defined in the package's {@code BUILD} file are combined into a single GLOBS node.
*
* <p>For an overview of the problem space and our approach, see the https://youtu.be/ZrevTeuU-gQ
* talk from BazelCon 2024 (slides:
* https://docs.google.com/presentation/d/e/2PACX-1vSjmiGyHDiCDowgc5ar7f7MLAPCzYAAoH1APmnTjqdTpcWv12ysFvgT_aVwj82vLa7JJA8esnp2jtMJ/pub).
*/
final class PackageFunctionWithSingleGlobsDep extends PackageFunction {

Expand Down

0 comments on commit 27082e3

Please sign in to comment.