Skip to content

Commit ac7a950

Browse files
iseeyuanHoang Le
andauthored
Update target path for CI macros (#7421)
Reviewed By: zertosh Differential Revision: D67469808 Co-authored-by: Hoang Le <[email protected]>
1 parent a396b47 commit ac7a950

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)