Skip to content

Commit

Permalink
Switch shims from vendor to external cell
Browse files Browse the repository at this point in the history
Summary: With this change, the shims repo will be disconnected from the build process of each project, and we will use buck2's native external cells feature instead.

Reviewed By: bigfootjon

Differential Revision: D64582392

fbshipit-source-id: b23894b5bf4dd8dfb20aecda29be341aa7c68f8f
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Oct 25, 2024
1 parent 2498c34 commit 16c2c41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buckconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[cells]
gh_facebook_folly = .
gh_facebook_buck2_shims_meta = shim
shim_DISABLED = shim

[cell_aliases]
root = gh_facebook_folly
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[cells]
gh_facebook_buck2_shims_meta = gh_facebook_buck2_shims_meta

[external_cells]
gh_facebook_buck2_shims_meta = git

[external_cell_gh_facebook_buck2_shims_meta]
git_origin = https://github.com/facebook/buck2-shims-meta.git
commit_hash = 971b2cb76e43b31983d868c6ccb9ee51c441f6e8

0 comments on commit 16c2c41

Please sign in to comment.