Skip to content

fix: stop using broken buck-resources crate from crates.io#1307

Open
lf- wants to merge 2 commits intofacebook:mainfrom
MercuryTechnologies:jade/push-tyryqpwmopxu
Open

fix: stop using broken buck-resources crate from crates.io#1307
lf- wants to merge 2 commits intofacebook:mainfrom
MercuryTechnologies:jade/push-tyryqpwmopxu

Conversation

@lf-
Copy link
Copy Markdown
Contributor

@lf- lf- commented May 1, 2026

Instead: use the one in-tree! The problem with the one on crates.io is that it got published with a BUCK file in the source tarball, so it breaks Buck when you reindeer vendor it as the sources are no longer visible. The crates.io publication should certainly be fixed, but there's no reason to use the crates.io version in-repo to begin with.

Fixes: #1226

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 1, 2026
@lf-
Copy link
Copy Markdown
Contributor Author

lf- commented May 1, 2026

cc @scottcao, this issue was in my way while working on Buck OSS.

@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented May 1, 2026

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D103452899. (Because this pull request was imported automatically, there will not be any future comments.)

@lf- lf- force-pushed the jade/push-tyryqpwmopxu branch from 8cf39e9 to 1e7ca52 Compare May 1, 2026 23:27
lf- added 2 commits May 4, 2026 13:46
Instead: use the one in-tree! The problem with the one on crates.io is
that it got published with a BUCK file in the source tarball, so it
breaks Buck when you `reindeer vendor` it as the sources are no longer
visible. The crates.io publication should certainly be fixed, but
there's no reason to use the crates.io version in-repo to begin with.

Fixes: facebook#1226
@lf- lf- force-pushed the jade/push-tyryqpwmopxu branch from 1e7ca52 to 98c4be1 Compare May 4, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packages buck-resources and sorted_vector_map have BUCK files inside them, thus breaking reindeer targets

1 participant