Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# for running Bazel commands while ensuring, through configuration, that only a
# specific version of Bazel is executed.

USE_BAZEL_VERSION=7.2.1
USE_BAZEL_VERSION=7.6.1
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# By default, build ICU4C as C11 & C++17.

common --enable_bzlmod

build --enable_platform_specific_config

build:android --conlyopt=-std=c11
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*_debug
*_release
bazel-*
MODULE.bazel.lock
cygicudata*
libicu*
libicutest*
Expand Down
13 changes: 13 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "icu",
version = "77.2-dev",
)

bazel_dep(
name = "rules_cc",
version = "0.2.2",
)
bazel_dep(
name = "platforms",
version = "1.0.0",
)
Empty file added WORKSPACE.bzlmod
Empty file.
1 change: 1 addition & 0 deletions vendor/double-conversion/upstream/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cc_library(
"double-conversion/strtod.h",
"double-conversion/utils.h",
],
includes = ["."],
linkopts = [
"-lm",
],
Expand Down