From 17c6aa2524ba2cc7d602c183a63a43d9e3eb3f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:19:42 +0000 Subject: [PATCH] chore: add ecsact_runtime 0.6.7 (#96) Co-authored-by: seaubot --- modules/ecsact_runtime/0.6.7/MODULE.bazel | 30 +++++++++++++++++++++++ modules/ecsact_runtime/0.6.7/source.json | 7 ++++++ modules/ecsact_runtime/metadata.json | 3 ++- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 modules/ecsact_runtime/0.6.7/MODULE.bazel create mode 100644 modules/ecsact_runtime/0.6.7/source.json diff --git a/modules/ecsact_runtime/0.6.7/MODULE.bazel b/modules/ecsact_runtime/0.6.7/MODULE.bazel new file mode 100644 index 0000000..fd5996c --- /dev/null +++ b/modules/ecsact_runtime/0.6.7/MODULE.bazel @@ -0,0 +1,30 @@ +module( + name = "ecsact_runtime", + version = "0.6.7", + compatibility_level = 6, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "platforms", version = "0.0.10") +bazel_dep(name = "bazel_skylib", version = "1.6.1") +bazel_dep(name = "googletest", version = "1.14.0.bcr.1") +bazel_dep(name = "abseil-cpp", version = "20230802.0") +bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2") +bazel_dep(name = "boost.process", version = "1.83.0.bzl.2") + +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_runtime/0.6.7/source.json b/modules/ecsact_runtime/0.6.7/source.json new file mode 100644 index 0000000..5d886fd --- /dev/null +++ b/modules/ecsact_runtime/0.6.7/source.json @@ -0,0 +1,7 @@ +{ + "integrity": "sha256-0OqRvez4Aumd02gcH8ot5fBYFHrUBK7wqpTihpTaBc8=", + "patch_strip": 0, + "patches": {}, + "strip_prefix": "", + "url": "https://github.com/ecsact-dev/ecsact_runtime/releases/download/0.6.7/ecsact_runtime-0.6.7.tar.gz" +} \ No newline at end of file diff --git a/modules/ecsact_runtime/metadata.json b/modules/ecsact_runtime/metadata.json index 0f8f9ad..8ebe84e 100644 --- a/modules/ecsact_runtime/metadata.json +++ b/modules/ecsact_runtime/metadata.json @@ -18,7 +18,8 @@ "0.6.3", "0.6.4", "0.6.5", - "0.6.6" + "0.6.6", + "0.6.7" ], "yanked_versions": {} } \ No newline at end of file