Skip to content

Files

Latest commit

 

History

History

runfiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EngFlow Runfiles Libraries Demo

This is the example code for the EngFlow blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names and Runfiles."

  • engflow contains the main repository of the example
  • frobozz is a separate Bazel module representing an external dependency

To try it out:

cd engflow
bazel run //:runfiles_demo
bazel build //:runfiles_genrule_demo &&
    cat bazel-bin/demo_output.txt