Skip to content

Commit

Permalink
Unbreak OSS builds using roar
Browse files Browse the repository at this point in the history
Summary:
Broken by D68218288. This constraint is not available via these shims,
we can instead just return an empty array.

Reviewed By: yfeldblum

Differential Revision: D68534413

fbshipit-source-id: 76bb47140ea49837d17bfc5dbb872c6869588f66
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Jan 23, 2025
1 parent 353bef5 commit 1907e5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shim/build_defs/roar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
# of this source tree.

def roar_no_jit():
return select({
"DEFAULT": [],
"ovr_config//third-party/llvm-fb/constraints:roar": ["-fforce-no-jit"],
})
return []

0 comments on commit 1907e5a

Please sign in to comment.