Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2325 support bzlmod
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
  • Loading branch information
wep21 committed Aug 26, 2024
1 parent bf4e66a commit d8204a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 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
)
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 d8204a2

Please sign in to comment.