Skip to content

Releases: facebook/buck2

latest

13 Apr 15:18
Compare
Choose a tag to compare
latest Pre-release
Pre-release
Add `wheel_linker_flags` to python toolchain

Summary: Allow setting linker flags specific to `python_wheel` rules.

Reviewed By: fduwjj, manav-a

Differential Revision: D63904190

fbshipit-source-id: cf6edb767746117dc02e28fe1665c2db82a7ad78

2024-10-01

01 Oct 00:55
Compare
Choose a tag to compare
2024-10-01 Pre-release
Pre-release
Include ExecutionPlatformResolutionKey in cfg graph cycle detector.

Summary: ^

Reviewed By: JakobDegen

Differential Revision: D63337541

fbshipit-source-id: 42f53c1c9660cc936fff7111b054c26bd6ecb696

2024-09-16

16 Sep 06:01
Compare
Choose a tag to compare
2024-09-16 Pre-release
Pre-release
Fix integer overflow in test_host_cpu_load_info

Reviewed By: JakobDegen

Differential Revision: D62703434

fbshipit-source-id: 27e9d747c25cdc928965b2e6c3406c5dc97c6190

2024-09-02

02 Sep 10:44
Compare
Choose a tag to compare
2024-09-02 Pre-release
Pre-release
Add class to source map support for instrumentation test apk

Summary: We are using coverage data for code coverage based test selection and we need to coverate data for test itself to make sure that we will select it in only test was changed.

Reviewed By: IanChilds

Differential Revision: D62024851

fbshipit-source-id: 81ecb75f1135b4f96f3d85f6624051c93f496786

2024-08-15

15 Aug 00:43
Compare
Choose a tag to compare
2024-08-15 Pre-release
Pre-release
Fixup for linkage on doctests

Summary:
We need to pass deps as immediate dependencies alongside the rlib when constructing linker args, so that we actually get the required `-lfoo` etc args on the link line.

Without this, we get undefined symbols when building doctests with `advanced_unstable_linking`.

Reviewed By: JakobDegen

Differential Revision: D61298029

fbshipit-source-id: 65594651e3f4716771b3e8d91bfd482fbd430222

2024-08-01

01 Aug 02:15
Compare
Choose a tag to compare
2024-08-01 Pre-release
Pre-release
rust-project: Don't use incremental actions for clippy

Summary: D59887013 seems to have broken clippy warnings, although it's unclear to me why. Revert that change so we continue to offer clippy warnings in the IDE.

Reviewed By: Imxset21

Differential Revision: D60558322

fbshipit-source-id: 954b4f1093452bbbd474a4031e4b790bcf77355d

2024-07-15

15 Jul 02:45
Compare
Choose a tag to compare
2024-07-15 Pre-release
Pre-release
configs: Fallible file existence check

Summary: This operation is not actually infallible

Reviewed By: stepancheg

Differential Revision: D59664959

fbshipit-source-id: 11916f71b50919910bd9ca5491372804d1c41b10

2024-07-01

01 Jul 13:05
Compare
Choose a tag to compare
2024-07-01 Pre-release
Pre-release
Avoid an unnecessary collect into a Vec

Summary: Simplify and avoid additional memory.

Reviewed By: perehonchuk

Differential Revision: D59218144

fbshipit-source-id: 643cf4ecc5217775401ec20aac8ea416b4625502

2024-06-15

15 Jun 00:03
Compare
Choose a tag to compare
2024-06-15 Pre-release
Pre-release
Move mod buildfiles out of mod legacy_configs

Summary: `buildfiles` is a user of buckconfigs, not part of the implementation.

Reviewed By: cjhopman

Differential Revision: D58610698

fbshipit-source-id: f8252eff384903d09aeba0389eca5d529d5c39f3

2024-06-01

01 Jun 02:14
Compare
Choose a tag to compare
2024-06-01 Pre-release
Pre-release
rust-project: Warn on unowned files

Summary: Log a warning message if we can't determine the owner of a file passed to `develop`, but _is_ in fbsource (i.e., we already log if buck can't determine an owner because it's outside of the repo, but now we also log if it's in the repo but unowned).

Reviewed By: Wilfred

Differential Revision: D57947948

fbshipit-source-id: 1fd06b41341503b58e39748e994cd14f18880a6c