Commit e4dc9d2
committed
[NO UPSTREAM] buck2: drop
Upstream embeds `buck2_miniperf` into `buck2-bin` as a compressed ELF
section. The bootstrap build cannot do this: `[external_cells] prelude =
bundled` takes the prelude from the pinned `bootstrap/buck2` snapshot,
which predates the `elf_sections` attr, and there is no newer release to
bump to.
Nothing is lost: `MiniperfContainer::new` is `#[cfg(all(fbcode_build,
target_os = "linux"))]` and returns `Ok(None)` otherwise, so an OSS
buck2 never reads the section.
Signed-off-by: Austin Seipp <aseipp@pobox.com>elf_sections from the OSS build1 parent b6e58f0 commit e4dc9d2
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 104 | | |
111 | 105 | | |
112 | 106 | | |
| |||
0 commit comments