Skip to content

Commit f9af192

Browse files
committed
chore: use tracy from edr
1 parent 5554887 commit f9af192

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
2222
bazel_dep(name = "boost.regex", version = "1.83.0.bcr.1")
2323
bazel_dep(name = "yaml-cpp", version = "0.8.0")
2424
bazel_dep(name = "libarchive", version = "3.7.4.bcr.2")
25-
bazel_dep(name = "tracy", version = "0.11.1")
25+
bazel_dep(name = "tracy", version = "0.11.1.edr.2")
2626

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

40-
git_override(
41-
module_name = "tracy",
42-
commit = "b75f30a3823bc290b4d2359234d10ff69855d046",
43-
remote = "https://github.com/seaube/tracy.git",
44-
)
45-
4640
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
4741
llvm.toolchain(llvm_version = "17.0.6")
4842
use_repo(llvm, "llvm_toolchain")

0 commit comments

Comments
 (0)