Skip to content

Commit

Permalink
chore: use tracy from edr
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 30, 2024
1 parent 5554887 commit f9af192
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.regex", version = "1.83.0.bcr.1")
bazel_dep(name = "yaml-cpp", version = "0.8.0")
bazel_dep(name = "libarchive", version = "3.7.4.bcr.2")
bazel_dep(name = "tracy", version = "0.11.1")
bazel_dep(name = "tracy", version = "0.11.1.edr.2")

bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
Expand All @@ -37,12 +37,6 @@ git_override(
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

git_override(
module_name = "tracy",
commit = "b75f30a3823bc290b4d2359234d10ff69855d046",
remote = "https://github.com/seaube/tracy.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")
Expand Down

0 comments on commit f9af192

Please sign in to comment.