Skip to content

Commit 03322c9

Browse files
authored
Merge pull request #10094 from hzeller/feature-20260409-tcl9
bazel: Switch to tcl9, don't use runfiles anymore.
2 parents b474d46 + 25ffb41 commit 03322c9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ bazel_dep(name = "boost.unordered", version = BOOST_VERSION)
6161
bazel_dep(name = "boost.utility", version = BOOST_VERSION)
6262
bazel_dep(name = "cudd", version = "3.0.0")
6363
bazel_dep(name = "eigen", version = "3.4.0.bcr.3")
64-
bazel_dep(name = "openmp", version = "21.1.5")
64+
bazel_dep(name = "openmp", version = "21.1.5.bcr.1")
6565
bazel_dep(name = "or-tools", version = "9.15")
6666
bazel_dep(name = "spdlog", version = "1.15.1")
67-
bazel_dep(name = "tcl_lang", version = "8.6.16.bcr.1")
67+
bazel_dep(name = "tcl_lang", version = "9.0.2.bcr.1")
6868
bazel_dep(name = "tclreadline", version = "2.4.1")
6969
bazel_dep(name = "tcmalloc", version = "0.0.0-20250927-12f2552")
7070
bazel_dep(name = "yaml-cpp", version = "0.9.0")

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cc_binary(
9090
# As long as we support tcl8 (using runfiles) we need this flag.
9191
bool_flag(
9292
name = "use_zipfs",
93-
build_setting_default = False, # False until we can use tcl9
93+
build_setting_default = True, # True as we use tcl9 with zipfs feature
9494
)
9595

9696
config_setting(

0 commit comments

Comments
 (0)