Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jul 29, 2024
1 parent e4e0efd commit 5e3d43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,5 @@ bazel test //...
And run the [linters/formatters](.github/workflows/ci.yaml):
```sh
trunk check
trunk fmt
pre-commit run --all-files
```
3 changes: 1 addition & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def _rules_appimage_workspace_deps():
url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz",
)

# rules python is needed to provide the bzlmod/workspace-agnostic bazel-runfiles pip requirement for mkappimage.
# Don't forget to add the setup steps to the main WORKSPACE file! You can find them in the release notes as well.
# rules_python is needed to load py_binary and py_library rules. rules_appimage does not use pip packages outside of tests
maybe(
http_archive,
name = "rules_python",
Expand Down

0 comments on commit 5e3d43f

Please sign in to comment.