From 0994f0a1eb850cb989f0d7301043cd04be8e1f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:07:02 -0700 Subject: [PATCH] chore: add ecsact_interpret 0.6.0 (#56) Co-authored-by: seaubot --- modules/ecsact_interpret/0.6.0/MODULE.bazel | 28 +++++++++++++++++++++ modules/ecsact_interpret/0.6.0/source.json | 7 ++++++ modules/ecsact_interpret/metadata.json | 3 ++- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 modules/ecsact_interpret/0.6.0/MODULE.bazel create mode 100644 modules/ecsact_interpret/0.6.0/source.json diff --git a/modules/ecsact_interpret/0.6.0/MODULE.bazel b/modules/ecsact_interpret/0.6.0/MODULE.bazel new file mode 100644 index 0000000..9b14a5e --- /dev/null +++ b/modules/ecsact_interpret/0.6.0/MODULE.bazel @@ -0,0 +1,28 @@ +module( + name = "ecsact_interpret", + version = "0.6.0", + compatibility_level = 6, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "bazel_skylib", version = "1.5.0") +bazel_dep(name = "magic_enum", version = "0.9.3") +bazel_dep(name = "ecsact_runtime", version = "0.6.1") +bazel_dep(name = "ecsact_parse", version = "0.4.0") + +bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True) +bazel_dep(name = "hedron_compile_commands", dev_dependency = True) +git_override( + module_name = "hedron_compile_commands", + commit = "204aa593e002cbd177d30f11f54cff3559110bb9", + remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git", +) + +llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True) +llvm.toolchain(llvm_version = "17.0.6") +use_repo(llvm, "llvm_toolchain") + +register_toolchains( + "@llvm_toolchain//:all", + dev_dependency = True, +) diff --git a/modules/ecsact_interpret/0.6.0/source.json b/modules/ecsact_interpret/0.6.0/source.json new file mode 100644 index 0000000..71c0a42 --- /dev/null +++ b/modules/ecsact_interpret/0.6.0/source.json @@ -0,0 +1,7 @@ +{ + "integrity": "sha256-YDtn32eLL0JDIGBSelHroEiIBaS2tBjnXsVyn3Cuf18=", + "patch_strip": 0, + "patches": {}, + "strip_prefix": "", + "url": "https://github.com/ecsact-dev/ecsact_interpret/releases/download/0.6.0/ecsact_interpret-0.6.0.tar.gz" +} \ No newline at end of file diff --git a/modules/ecsact_interpret/metadata.json b/modules/ecsact_interpret/metadata.json index d6aee56..8323c8b 100644 --- a/modules/ecsact_interpret/metadata.json +++ b/modules/ecsact_interpret/metadata.json @@ -9,7 +9,8 @@ "0.5.0", "0.5.1", "0.5.2", - "0.5.3" + "0.5.3", + "0.6.0" ], "yanked_versions": {} } \ No newline at end of file