From 5bafe439f86726052b1acb3b7625472fa01055dd Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Fri, 5 Apr 2024 11:07:31 -0700 Subject: external: libc: remove copybara config copy We now use an internal copy of this config. It's possible to manually trigger the service when necessary, so this public copy no longer serves any purpose. Rather than keep it in sync, remove it. Test: go/copybara-service-commands#trigger Bug: 329484716 Change-Id: If41a441e60463126e5ea29420dd0f72cd3756b34 --- copy.bara.sky | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 copy.bara.sky diff --git a/copy.bara.sky b/copy.bara.sky deleted file mode 100644 index 430fbf51d283..000000000000 --- a/copy.bara.sky +++ /dev/null @@ -1,55 +0,0 @@ -# Use `copybara copy.bara.sky` to update sources from upstream. -core.workflow( - name = "default", - origin = git.origin( - url = "https://github.com/llvm/llvm-project.git", - ref = "main", - ), - origin_files = glob( - [ - "libc/**", - "libc/LICENSE.TXT", - ], - # Exclude copying these files from upstream. Keep sorted. - exclude = [ - "**/*.h.def", - "**/*.inc", - "**/*.md", - "**/*.txt", - "**/.clang-tidy", - "**/CMakeLists.txt", - "**/README.txt", - "libc/.gitignore", - "libc/AOR_v20.02/**", - "libc/benchmarks/**", - "libc/cmake/**", - "libc/config/**", - "libc/docs/**", - "libc/examples/**", - "libc/fuzzing/**", - "libc/spec/**", - "libc/startup/**", - "libc/utils/**", - ], - ), - destination = git.gerrit_destination( - url = "https://android.googlesource.com/platform/external/llvm-libc", - fetch = "main", - ), - destination_files = glob( - [ - "**.cpp", - "**.h", - "LICENSE", - ], - ), - authoring = authoring.pass_thru( - "LLVM libc " - ), - transformations = [ - core.move("libc/LICENSE.TXT", "LICENSE"), - core.move("libc/include", "include"), - core.move("libc/src", "src"), - core.move("libc/test", "test"), - ], -) -- cgit v1.2.3