From c16404ea46cebf020df089f3b7575075d736669f Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 9 May 2024 12:27:20 +0200 Subject: [PATCH] bazel-compile-commands-extractor@0.0.0-20240315-5bcb0bd --- .../0.0.0-20240315-5bcb0bd/MODULE.bazel | 11 +++++++++++ .../patches/module_dot_bazel.patch | 13 +++++++++++++ .../0.0.0-20240315-5bcb0bd/presubmit.yml | 17 +++++++++++++++++ .../0.0.0-20240315-5bcb0bd/source.json | 9 +++++++++ .../metadata.json | 16 ++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/MODULE.bazel create mode 100644 modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/patches/module_dot_bazel.patch create mode 100644 modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/presubmit.yml create mode 100644 modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/source.json create mode 100644 modules/bazel-compile-commands-extractor/metadata.json diff --git a/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/MODULE.bazel b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/MODULE.bazel new file mode 100644 index 00000000000..6bf67ca5884 --- /dev/null +++ b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/MODULE.bazel @@ -0,0 +1,11 @@ +module( + name = "bazel-compile-commands-extractor", + version = "0.0.0-20240315-5bcb0bd", + compatibility_level = 1, + repo_name = "hedron_compile_commands", +) + +p = use_extension("//:workspace_setup.bzl", "hedron_compile_commands_extension") +pt = use_extension("//:workspace_setup_transitive.bzl", "hedron_compile_commands_extension") +ptt = use_extension("//:workspace_setup_transitive_transitive.bzl", "hedron_compile_commands_extension") +pttt = use_extension("//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_extension") \ No newline at end of file diff --git a/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/patches/module_dot_bazel.patch b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/patches/module_dot_bazel.patch new file mode 100644 index 00000000000..34f4be9a345 --- /dev/null +++ b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/patches/module_dot_bazel.patch @@ -0,0 +1,13 @@ +--- MODULE.bazel ++++ MODULE.bazel +@@ -1,4 +1,9 @@ +-module(name = "hedron_compile_commands") ++module( ++ name = "bazel-compile-commands-extractor", ++ version = "0.0.0-20240315-5bcb0bd", ++ compatibility_level = 1, ++ repo_name = "hedron_compile_commands", ++) + + p = use_extension("//:workspace_setup.bzl", "hedron_compile_commands_extension") + pt = use_extension("//:workspace_setup_transitive.bzl", "hedron_compile_commands_extension") diff --git a/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/presubmit.yml b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/presubmit.yml new file mode 100644 index 00000000000..62cd0b5f51f --- /dev/null +++ b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/presubmit.yml @@ -0,0 +1,17 @@ +matrix: + platform: + - debian10 + - ubuntu2004 + - macos + - macos_arm64 + - windows + bazel: + - 7.x + - 6.x +tasks: + verify_targets: + name: Verify build targets + platform: ${{ platform }} + bazel: ${{ bazel }} + build_targets: + - '@bazel-compile-commands-extractor//...' diff --git a/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/source.json b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/source.json new file mode 100644 index 00000000000..a2730c691c6 --- /dev/null +++ b/modules/bazel-compile-commands-extractor/0.0.0-20240315-5bcb0bd/source.json @@ -0,0 +1,9 @@ +{ + "url": "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/a14ad3a64e7bf398ab48105aaa0348e032ac87f8.tar.gz", + "integrity": "sha256-8BY2WFw/thx8LcdN9REhfNWtFkJ1KKszvHa7NFNfEKE=", + "strip_prefix": "bazel-compile-commands-extractor-a14ad3a64e7bf398ab48105aaa0348e032ac87f8", + "patch_strip": 0, + "patches": { + "module_dot_bazel.patch": "sha256-VEZRxz+9qKblZNmYQ6HcDLH9BYc6k/a/H9bbX3zSOzA=" + } +} diff --git a/modules/bazel-compile-commands-extractor/metadata.json b/modules/bazel-compile-commands-extractor/metadata.json new file mode 100644 index 00000000000..bc922711f6c --- /dev/null +++ b/modules/bazel-compile-commands-extractor/metadata.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://github.com/hedronvision/bazel-compile-commands-extractor", + "maintainers": [ + { + "email": "bcr-maintainers@bazel.build", + "name": "No Maintainer Specified" + } + ], + "repository": [ + "github:hedronvision/bazel-compile-commands-extractor" + ], + "versions": [ + "0.0.0-20240315-5bcb0bd" + ], + "yanked_versions": {} +}