summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-05 19:40:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-05 19:40:14 +0000
commit3476d15c257337134fd781b0943453fbc585acb1 (patch)
treeb9a111e200bfe268bc526256068ccea3574cd917
parentafe527ab9651fa77716706a96ddba233e078de55 (diff)
parent5bafe439f86726052b1acb3b7625472fa01055dd (diff)
downloadllvm-libc-3476d15c257337134fd781b0943453fbc585acb1.tar.gz
Merge "external: libc: remove copybara config copy" into main
-rw-r--r--copy.bara.sky55
1 files changed, 0 insertions, 55 deletions
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 <llvm-libc@google.com>"
- ),
- transformations = [
- core.move("libc/LICENSE.TXT", "LICENSE"),
- core.move("libc/include", "include"),
- core.move("libc/src", "src"),
- core.move("libc/test", "test"),
- ],
-)