Skip to content

Commit

Permalink
iox-#2325 use precompiled buildifier instead
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Aug 27, 2024
1 parent 1a44994 commit 2384dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
#
# SPDX-License-Identifier: Apache-2.0

load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
# load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
load("@buildifier_prebuilt//:rules.bzl", "buildifier")

exports_files(["LICENSE"])

Expand Down
9 changes: 4 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module(name = "org_eclipse_iceroyx", version = "2.95.0")

bazel_dep(name = "buildtools", dev_dependency = True, repo_name = "com_github_bazelbuild_buildtools")
git_override(
module_name = 'buildtools',
remote = 'https://github.com/bazelbuild/buildtools.git',
commit = '37932ddd72301f8ca6075ee6b24e9e5d333c96a5', # Jun 28, 2024
bazel_dep(
name = "buildifier_prebuilt",
version = "7.1.2",
dev_dependency = True,
)
bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "googletest", version = "1.15.2")
Expand Down

0 comments on commit 2384dbc

Please sign in to comment.