Skip to content

Tags: facebook/buck2

Tags

latest

Toggle latest's commit message
clean up modular_libraries_use_header_maps

Summary: This feature was made default in D87648336. Remove the fallback logic.

Reviewed By: milend, ebgraham

Differential Revision: D90533235

fbshipit-source-id: b597f160a4a5ea0dc25d95df8249bc85e5a49763

2026-01-02

Toggle 2026-01-02's commit message
prepare

Summary: Fix build-errors

Reviewed By: echistyakov

Differential Revision: D90024680

fbshipit-source-id: 1bc23dabd60efdca34a19b369b322898042f5deb

2025-12-15

Toggle 2025-12-15's commit message
Add arvr to the configuration string

Reviewed By: IanChilds

Differential Revision: D89144660

fbshipit-source-id: 066805d1a4a94839a9aa660a60d744e2d761c755

2025-12-01

Toggle 2025-12-01's commit message
Some updates to the `buck2` load docs

Summary:
Some minor changes and tweaks.

I still do not like the section on loading custom rules - it seems superfluous and does not add value..but also I cannot see good reason to delete it.

Reviewed By: Wilfred

Differential Revision: D88073891

fbshipit-source-id: 8529245d285cd333aa3b6de77a1edb4c0e0ac284

2025-11-15

Toggle 2025-11-15's commit message
Make all swift anon targets content based hashed

Summary:
TSIA

For the anon targets, we could not use `get_uses_experimental_content_based_path_hashing(ctx)` to determine whether we enable content based paths to them (as demonstrated in D86439116)

The reason is that the current setup of rolling out the feature is on a per app basis by adding a modifier to the app's target platform. The issue that brings is that any dependency that is built against the execution platform won't get that information, causing them to still have content based paths disabled. Then, when come to anon targets, if target A and target B both depends on anon target X, if A has content based path enabled and B has it disabled, this would cause an inconsistent state for target X, which leads to a duplicate entry in modulemap.json (https://www.internalfb.com/intern/diffing/?paste_number=2028864153), and hence causing build failures.

The solution, as described by the updated rollout plan: https://docs.google.com/document/d/1tS5CUQ8Xdpx6-hbsUx6NoGXd4VpuZu7FeXtXfHVGoRo/edit?tab=t.0, is that we will be a bit more aggressive in our rollout strategy and just enable content based path by default to the targets that are causing issues.

#buildall-fbobjc

Reviewed By: benb

Differential Revision: D86690264

fbshipit-source-id: 3c976288fee84cc24cbbee6b2067badb9a65825a

2025-11-01

Toggle 2025-11-01's commit message
Fix incompatible target blocking generation

Summary:
This command `fbpython arvr/tools/buck/vsgo --vs2022 --no-open --mode_files arvr/apps/hsr/mode/vsgo_dev --generated_folder=C:\\open\\generated_projects //arvr/projects/hsr/...  //arvr/apps/hsr/demo/...  //arvr/apps/hsr/example/...  //arvr/apps/hsr/holodeck/...` is blocking hsr stable because a newly introduced incompatible target blocked the generation.

Properly handle this in vsgo

Reviewed By: autozimu

Differential Revision: D85915868

fbshipit-source-id: f5b5bb7494348fa0bc87c6d44eddaeb387db0c04

2025-10-15

Toggle 2025-10-15's commit message
Add tags and cli args to CommandStart

Summary: Want to add tags to know if memory-tracker-enabled is set for lost builds. CLI args just nice to have, mostly for the UI, but is easy to add at the same time.

Reviewed By: JakobDegen

Differential Revision: D84556257

fbshipit-source-id: 55a5959097da7b6516c905066d98942f58914e5a

2025-10-01

Toggle 2025-10-01's commit message
Apply race/asan flags when filter source files

Summary: Bug repot: https://fb.workplace.com/groups/codegophers/permalink/29592458917042675/

Reviewed By: RollerMatic

Differential Revision: D83609821

fbshipit-source-id: 9c11ea46ae1722ef1aafc439fe0d922fa1d42dd8

2025-09-15

Toggle 2025-09-15's commit message
Linkers: correctly pass flags for $(ldflags-shared)

Summary: Apple platforms required a set of linker flags to be always present, so ensure `$(ldflags-shared)` macro that can be used in `cxx_genrule()` contains them.

Reviewed By: rmaz

Differential Revision: D82305068

fbshipit-source-id: d74067717971935fde6ace39edb3bd1f052e5686

2025-09-01

Toggle 2025-09-01's commit message
prelude/go: "tansition" typo fix (#1091)

Summary: Pull Request resolved: #1091

Reviewed By: JakobDegen

Differential Revision: D81271184

fbshipit-source-id: a06cbda4b17bfc787a132d0229752e9aedefa95a