Skip to content

Commit

Permalink
add platforms
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jan 10, 2024
1 parent 8d36212 commit eee48e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/iceoryx/2.0.5/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ module(
)
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "platforms", version = "0.0.7")
3 changes: 2 additions & 1 deletion modules/iceoryx/2.0.5/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ new file mode 100644
index 000000000..96a357a76
--- /dev/null
+++ MODULE.bazel
@@ -0,0 +1,7 @@
@@ -0,0 +1,8 @@
+module(
+ name = "iceoryx",
+ version = "2.0.5",
+ compatibility_level = 1,
+)
+bazel_dep(name = "rules_cc", version = "0.0.9")
+bazel_dep(name = "cpptoml", version = "0.1.1")
+bazel_dep(name = "platforms", version = "0.0.7")
2 changes: 1 addition & 1 deletion modules/iceoryx/2.0.5/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"add_build_file.patch": "sha256-iwzaFbru3L6ydOUiCtYBsOAQwPltMZxJz8NVqJU4Uz4=",
"configure_file_dot_bzl.patch": "sha256-SrSiV900h1wx+26lFdQk6MNzJ8MrjZCeKHS/oKIj8Ig=",
"configure_version_dot_bzl.patch": "sha256-KsnDxVScN/gTyDVV7ABajjqzTxsJPcSXJxyLv033BvI=",
"module_dot_bazel.patch": "sha256-lm6t+AdjMHpxfS5KEDOWWQRiCFLKIuHot2AHbhvyKGs="
"module_dot_bazel.patch": "sha256-tpbg25dbMi+CD+HTvWAqr9zWeGjNuMbzqlR9wIQKTYM="
},
"patch_strip": 0
}

0 comments on commit eee48e3

Please sign in to comment.