Skip to content

Commit

Permalink
Update target path for CI macros 1/N
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/buck2#823

We moved CI macros from /fbcode to /tools https://fb.workplace.com/groups/1243087773044302/posts/1477603662926044

Reviewed By: zertosh

Differential Revision: D67352185
  • Loading branch information
Hoang Le authored and facebook-github-bot committed Dec 17, 2024
1 parent dabb14e commit 218eb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/vulkan/targets.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@fbcode//target_determinator/macros:ci.bzl", "ci")
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
load("@fbcode_macros//build_defs:native_rules.bzl", "buck_genrule")
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID", "CXX", "FBCODE")
Expand Down
2 changes: 1 addition & 1 deletion backends/vulkan/test/compute_api_tests.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@fbcode//target_determinator/macros:ci.bzl", "ci")
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
load("@fbsource//tools/build_defs:fb_xplat_cxx_binary.bzl", "fb_xplat_cxx_binary")
load("@fbsource//tools/build_defs:fb_xplat_cxx_test.bzl", "fb_xplat_cxx_test")
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID", "MACOSX", "CXX")
Expand Down

0 comments on commit 218eb1b

Please sign in to comment.