Skip to content

Commit

Permalink
iox-#2325 support bzlmod
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Aug 26, 2024
1 parent 5bca9a4 commit 8721fa0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 177 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
build --noenable_bzlmod

build --enable_platform_specific_config
build:linux --cxxopt="-std=c++17"
build:macos --cxxopt="-std=c++17"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tools/website/generated/
*.project
__pycache__
/bazel-*
MODULE.bazel.lock
10 changes: 10 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(name = "org_eclipse_iceroyx", version = "2.95.0")

bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "googletest", version = "1.15.2")
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
)
27 changes: 0 additions & 27 deletions WORKSPACE.bazel

This file was deleted.

Empty file removed bazel/cpptoml/BUILD.bazel
Empty file.
24 changes: 0 additions & 24 deletions bazel/cpptoml/cpptoml.BUILD

This file was deleted.

34 changes: 0 additions & 34 deletions bazel/cpptoml/repositories.bzl

This file was deleted.

Empty file removed bazel/googletest/BUILD.bazel
Empty file.
33 changes: 0 additions & 33 deletions bazel/googletest/repositories.bzl

This file was deleted.

32 changes: 0 additions & 32 deletions bazel/load_repositories.bzl

This file was deleted.

25 changes: 0 additions & 25 deletions bazel/setup_repositories.bzl

This file was deleted.

1 change: 1 addition & 0 deletions iceoryx_hoofs/test/moduletests/test_utility_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <cmath>
#include <cstdint>
#include <iomanip>
#include <tuple>
namespace
{
Expand Down

0 comments on commit 8721fa0

Please sign in to comment.