Update bazel docs

(cherry picked from commit 78affa1df9)
This commit is contained in:
Rin Kuryloski 2023-09-13 15:07:27 +02:00 committed by Mergify
parent f6bf2e4d08
commit bafe4f76e2
1 changed files with 2 additions and 4 deletions

View File

@ -75,14 +75,12 @@ Note: This takes quite some time on a single machine.
### from hex.pm ### from hex.pm
1. `bazel run gazelle-update-repos -- -args hex.pm/accept@0.3.5` to generate/update `bazel/BUILD.accept` 1. `bazel run gazelle-update-repos -- hex.pm/accept@0.3.5` to generate/update `bazel/BUILD.accept`
1. `git checkout WORKSPACE` to reset the workspace file
1. Add/update the entry in MODULE.bazel 1. Add/update the entry in MODULE.bazel
### from github ### from github
1. `bazel run gazelle-update-repos -- -args --testonly github.com/extend/ct_helper@master` 1. `bazel run gazelle-update-repos -- --testonly github.com/extend/ct_helper@master`
1. `git checkout WORKSPACE` to reset the workspace file
1. Add/update the entry in MODULE.bazel 1. Add/update the entry in MODULE.bazel
## Update BUILD files ## Update BUILD files