Skip to content

Commit

Permalink
Add link to blog post from runfiles/README.md (#331)
Browse files Browse the repository at this point in the history
The blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names
and Runfiles" is now live:

- https://blog.engflow.com/2024/08/09/migrating-to-bazel-modules-aka-bzlmod---repo-names-and-runfiles/
  • Loading branch information
mbland authored Aug 9, 2024
1 parent 7774062 commit 3d3fac8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runfiles/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EngFlow Runfiles Libraries Demo

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

- `engflow` contains the main repository of the example
- `frobozz` is a separate Bazel module representing an external dependency
Expand All @@ -14,3 +14,5 @@ bazel run //:runfiles_demo
bazel build //:runfiles_genrule_demo &&
cat bazel-bin/demo_output.txt
```

[blog]: https://blog.engflow.com/2024/08/09/migrating-to-bazel-modules-aka-bzlmod---repo-names-and-runfiles/

0 comments on commit 3d3fac8

Please sign in to comment.