Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 16, 2024
1 parent d3c96f7 commit c16404e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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")
Original file line number Diff line number Diff line change
@@ -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")
Original file line number Diff line number Diff line change
@@ -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//...'
Original file line number Diff line number Diff line change
@@ -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="
}
}
16 changes: 16 additions & 0 deletions modules/bazel-compile-commands-extractor/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/hedronvision/bazel-compile-commands-extractor",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:hedronvision/bazel-compile-commands-extractor"
],
"versions": [
"0.0.0-20240315-5bcb0bd"
],
"yanked_versions": {}
}

0 comments on commit c16404e

Please sign in to comment.