Skip to content

Commit

Permalink
[metalos][oss] more buck stuff
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/metalos#8

Fix location of `toolchains/`
Copy antlir's `test_target_graph.bxl`

Test Plan:
Export to PR
```
❯ arc skycastle run //tools/skycastle/workflows2/metalos/oss/metalos-oss-tests.sky:test_target_graph
```
https://www.internalfb.com/sandcastle/workflow/3643412098545995848

Differential Revision: D58952290

fbshipit-source-id: b6e9f69e50e24d648407792614b4a54e13c7592f
  • Loading branch information
vmagro authored and facebook-github-bot committed Jun 25, 2024
1 parent 4de5c36 commit 8fceabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlir/antlir2/features/rpm/plan.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def plan(
rootless: bool,
items: Artifact | typing.Any,
label: Label,
flavor: FlavorInfo,
flavor: FlavorInfo | typing.Any,
build_appliance: BuildApplianceInfo | typing.Any,
parent_layer_contents: LayerContents | None,
dnf_available_repos: list[Dependency],
Expand Down

0 comments on commit 8fceabe

Please sign in to comment.