From 353d9928946c025ef77e777e77541b16979ffbfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:19:17 +0000 Subject: [PATCH] chore: add ecsact_cli 0.3.19 (#138) Co-authored-by: seaubot --- modules/ecsact_cli/0.3.19/MODULE.bazel | 45 ++++++++++++++++++++++++++ modules/ecsact_cli/0.3.19/source.json | 7 ++++ modules/ecsact_cli/metadata.json | 3 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 modules/ecsact_cli/0.3.19/MODULE.bazel create mode 100644 modules/ecsact_cli/0.3.19/source.json diff --git a/modules/ecsact_cli/0.3.19/MODULE.bazel b/modules/ecsact_cli/0.3.19/MODULE.bazel new file mode 100644 index 0000000..62d2b13 --- /dev/null +++ b/modules/ecsact_cli/0.3.19/MODULE.bazel @@ -0,0 +1,45 @@ +module( + name = "ecsact_cli", + version = "0.3.19", + compatibility_level = 3, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "nlohmann_json", version = "3.11.3") +bazel_dep(name = "platforms", version = "0.0.10") +bazel_dep(name = "rules_pkg", version = "0.10.1") +bazel_dep(name = "bazel_skylib", version = "1.6.1") +bazel_dep(name = "ecsact_runtime", version = "0.7.0") +bazel_dep(name = "ecsact_interpret", version = "0.6.6") +bazel_dep(name = "ecsact_codegen", version = "0.4.3") +bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2") +bazel_dep(name = "magic_enum", version = "0.9.3") +bazel_dep(name = "curl", version = "8.7.1.bcr.1") +bazel_dep(name = "docopt.cpp", version = "0.6.2") +bazel_dep(name = "boost.process", version = "1.83.0.bzl.2") +bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1") +bazel_dep(name = "boost.url", version = "1.83.0.bzl.2") +bazel_dep(name = "yaml-cpp", version = "0.8.0") +bazel_dep(name = "libarchive", version = "3.7.4.bcr.2") + +bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True) +bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True) +bazel_dep(name = "hedron_compile_commands", dev_dependency = True) + +bazel_dep(name = "xxhash", version = "0.8.2") +bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3") + +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_cli/0.3.19/source.json b/modules/ecsact_cli/0.3.19/source.json new file mode 100644 index 0000000..b1c4ecd --- /dev/null +++ b/modules/ecsact_cli/0.3.19/source.json @@ -0,0 +1,7 @@ +{ + "integrity": "sha256-snwv4JCaTRoVkrmsj4eitca8FVUpQ32DEG56XtSGH6A=", + "patch_strip": 0, + "patches": {}, + "strip_prefix": "", + "url": "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.3.19/ecsact_cli-0.3.19.tar.gz" +} \ No newline at end of file diff --git a/modules/ecsact_cli/metadata.json b/modules/ecsact_cli/metadata.json index 0a945d3..94b1d1e 100644 --- a/modules/ecsact_cli/metadata.json +++ b/modules/ecsact_cli/metadata.json @@ -28,7 +28,8 @@ "0.3.15", "0.3.16", "0.3.17", - "0.3.18" + "0.3.18", + "0.3.19" ], "yanked_versions": {} } \ No newline at end of file