Skip to content

Commit 8d761ad

Browse files
andreacampifacebook-github-bot
authored andcommitted
Build a CM image with jf
Summary: D65037820 added the ability to run jf on commits; but we have no jf on Tupperware. Fix that. Reviewed By: mzr Differential Revision: D72169280 fbshipit-source-id: 8107bfeb83c9039d44130ab4df6f24c911a63e42
1 parent c60578b commit 8d761ad

File tree

1 file changed

+14
-0
lines changed
  • eden/mononoke/facebook/fbpkg

1 file changed

+14
-0
lines changed

eden/mononoke/facebook/fbpkg/BUCK

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("//antlir/antlir2/bzl/feature:defs.bzl", "feature")
12
load("//eden/mononoke/facebook/fbpkg:lib.bzl", "mononoke_fbpkg")
23
load("//fbpkg:fbpkg.bzl", "fbpkg")
34
load("//tupperware/cm/antlir2/bzl:buck2_container.bzl", "tw")
@@ -177,6 +178,19 @@ mononoke_fbpkg(
177178
},
178179
)
179180

181+
tw.container(
182+
name = "tw.mononoke.fbsource_commit_tailer",
183+
features = [
184+
feature.fetch_fbpkg_mount(
185+
name = "mononoke.fbsource_commit_tailer",
186+
mountpoint = "/packages/mononoke.fbsource_commit_tailer",
187+
tag = "prod",
188+
),
189+
feature.rpms_install(rpms = ["jellyfish"]),
190+
],
191+
oncall = "scm_server_infra",
192+
)
193+
180194
mononoke_fbpkg(
181195
name = "mononoke.whatsapp_commit_tailer",
182196
compress_type = None,

0 commit comments

Comments
 (0)