Skip to content

Commit

Permalink
chore: update test with problem archive
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 3, 2024
1 parent b671123 commit 508ff4c
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 66 deletions.
12 changes: 7 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_cc", version = "0.0.4")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "nlohmann_json", version = "3.11.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
Expand All @@ -13,21 +13,23 @@ bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
bazel_dep(name = "libdeflate", version = "1.18")
bazel_dep(name = "abseil-cpp", version = "20230802.0")
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
bazel_dep(name = "toolchains_llvm", version = "1.0.0")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

bazel_dep(name = "docopt.cpp")

git_override(
module_name = "hedron_compile_commands",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm")
llvm.toolchain(llvm_version = "16.0.4")

use_repo(llvm, "llvm_toolchain")
register_toolchains("@llvm_toolchain//:all")

register_toolchains("@llvm_toolchain//:all", dev_dependency = True)

git_override(
module_name = "docopt.cpp",
Expand Down
Loading

0 comments on commit 508ff4c

Please sign in to comment.