Skip to content

Commit

Permalink
prelude: Remove some repository decls
Browse files Browse the repository at this point in the history
Summary:
Instead of declaring these explicitly, let's just use the ones we "inherit" from the repo root. This doesn't really work properly in buck1, but in the prelude we don't care.

The benefit of this change is that 1) it reduces differences between OSS and internal and 2) it means that we can use the prelude as an external cell in an isolated test without changes

Reviewed By: stepancheg

Differential Revision: D55783828

fbshipit-source-id: 7579baa42d0a978c679865646cb6b112db3baac7
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Apr 5, 2024
1 parent 29245d1 commit 05d7a2f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .buckconfig
Expand Up @@ -5,17 +5,6 @@ prelude = .
# but our custom config format (yuk) doesn't accept inline comments.
# Therefore, we hide the name of the group when not open source.

[not_repositories] # @oss-enable
fbcode = ../..
fbsource = ../../..
ovr_config = ../../../arvr/tools/build_defs/config
bazel_skylib = ../../../third-party/bazel-skylib
fbcode_macros = ../../../tools/build_defs/fbcode_macros
fbobjc_dylibs = ../../../tools/build_defs/fbobjc_dylibs
buck = ../../../xplat/build_infra/buck_client
buck_bazel_skylib = ../../../xplat/build_infra/buck_client/third-party/skylark/bazel-skylib
toolchains = ../toolchains

[repository_aliases]
[not_repository_aliases] # @oss-enable
config = ovr_config
Expand Down

0 comments on commit 05d7a2f

Please sign in to comment.