Skip to content

Commit

Permalink
feat: add buildozer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 11, 2024
1 parent cdc17b0 commit f83dbe2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Create a new project from scratch on macos:
% brew install scaffold
% scaffold new https://github.com/alexeagle/aspect-workflows-template.git
```

TODO:

- [ ] `/experimental` folder: https://blog.aspect.build/preventing-production-code-depending-on-experiments
1 change: 1 addition & 0 deletions {{ .ProjectSnake }}/tools/buildozer
32 changes: 32 additions & 0 deletions {{ .ProjectSnake }}/tools/tools.lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
{
"$schema": "https://raw.githubusercontent.com/theoremlp/rules_multitool/main/lockfile.schema.json",
"buildozer": {
"binaries": [
{
"kind": "file",
"url": "https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-darwin-arm64",
"os": "macos",
"cpu": "arm64",
"sha256": "0a2f70aa7b864de9bf71d1aac39659017b7a84169506e350d9ec77c609265212"
},
{
"kind": "file",
"url": "https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-darwin-amd64",
"os": "macos",
"cpu": "x86_64",
"sha256": "6286bbbcb5314d675fcb4ede30edf397a68c611005412c937b2cc0c4bf4b714b"
},
{
"kind": "file",
"url": "https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-linux-amd64",
"os": "linux",
"cpu": "x86_64",
"sha256": "9a7424aca7ca911c85cfedeadf065f0d95c492e80f0e29bd07ea98f6eb087259"
},
{
"kind": "file",
"url": "https://github.com/bazelbuild/buildtools/releases/download/v7.1.1/buildozer-linux-arm64",
"os": "linux",
"cpu": "arm64",
"sha256": "07c8ed5ca3efea7e20756e9060660b7e658c781953c60650a1b99cd8bb857fcf"
}
]
},
"ibazel": {
"binaries": [
{
Expand Down

0 comments on commit f83dbe2

Please sign in to comment.