Skip to content

Commit 218eb1b

Browse files
Hoang Lefacebook-github-bot
authored andcommitted
Update target path for CI macros 1/N
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
1 parent dabb14e commit 218eb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/vulkan/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@fbcode//target_determinator/macros:ci.bzl", "ci")
1+
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
22
load("@fbcode_macros//build_defs:native_rules.bzl", "buck_genrule")
33
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
44
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID", "CXX", "FBCODE")

backends/vulkan/test/compute_api_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@fbcode//target_determinator/macros:ci.bzl", "ci")
1+
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
22
load("@fbsource//tools/build_defs:fb_xplat_cxx_binary.bzl", "fb_xplat_cxx_binary")
33
load("@fbsource//tools/build_defs:fb_xplat_cxx_test.bzl", "fb_xplat_cxx_test")
44
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID", "MACOSX", "CXX")

0 commit comments

Comments
 (0)