Skip to content

Commit

Permalink
move version_h to shared build structure in Buck (pytorch#75964)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#75964

This is already in the shared build structure for Bazel, but we need
to implement genrule for fbcode.

There's an xplat target that can't build in fbcode yet because the
dependencies don't line up, so we have to add a tag to exclude it.

ghstack-source-id: 154696020

Test Plan: Rely on CI

Reviewed By: malfet

Differential Revision: D35443900

fbshipit-source-id: 0768b29906c8218d7aebfdc7c18d69f59a0c9384
(cherry picked from commit bff47be)
  • Loading branch information
mikey dagitses authored and pytorchmergebot committed Apr 26, 2022
1 parent b17b2b1 commit 8b1cf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def define_targets(rules):
tags = [
"supermodule:android/default/pytorch",
"supermodule:ios/default/public.pytorch",
"-fbcode",
"xplat",
],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 8b1cf8e

Please sign in to comment.