Skip to content

Commit 2096149

Browse files
authored
build: integrate buckal bundles as external cells via git origin (#248)
Signed-off-by: jl.jiang <[email protected]>
1 parent 1dae1d6 commit 2096149

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.buckconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515

1616
[external_cells]
1717
prelude = bundled
18+
buckal = git
19+
20+
[external_cell_buckal]
21+
git_origin = https://github.com/buck2hub/buckal-bundles
22+
commit_hash = f9c4f306b1aad816fa520fe361f4f03d28cd5b7b
1823

1924
[parser]
2025
target_platform_detector_spec = target:root//...->prelude//platforms:default
2126

2227
[project]
23-
ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build
28+
ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build .buckal

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.zed
55
.buckal
66
*.code-workspace
7+
/target
78

89
# Mac
910
.DS_Store

0 commit comments

Comments
 (0)