diff --git a/modules/iceoryx/2.95.3/MODULE.bazel b/modules/iceoryx/2.95.3/MODULE.bazel index 2e32aa7f599..bf555164c9f 100644 --- a/modules/iceoryx/2.95.3/MODULE.bazel +++ b/modules/iceoryx/2.95.3/MODULE.bazel @@ -8,10 +8,8 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "cpptoml", version = "0.1.1") bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "rules_cc", version = "0.0.9") - bazel_dep( name = "buildifier_prebuilt", version = "7.1.2", - dev_dependency = True, ) -bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True) +bazel_dep(name = "googletest", version = "1.15.2") diff --git a/modules/iceoryx/2.95.3/presubmit.yml b/modules/iceoryx/2.95.3/presubmit.yml index cc5b0d5f675..3ac0fa7b74b 100644 --- a/modules/iceoryx/2.95.3/presubmit.yml +++ b/modules/iceoryx/2.95.3/presubmit.yml @@ -15,6 +15,8 @@ tasks: platform: ${{ platform }} bazel: ${{ bazel }} build_flags: - - "--enable_bzlmod=true" + - "--enable_bzlmod" + - "--incompatible_disallow_empty_glob=false" + - "--//:feature_acl=off" build_targets: - - '//...' + - '@iceoryx//...' diff --git a/modules/iceoryx/2.95.3/source.json b/modules/iceoryx/2.95.3/source.json index cd0201e7eb6..c6cf68048fe 100644 --- a/modules/iceoryx/2.95.3/source.json +++ b/modules/iceoryx/2.95.3/source.json @@ -4,6 +4,6 @@ "url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz", "patch_strip": 0, "overlay": { - "MODULE.bazel": "sha256-1GNkpMYqIhMdJ7DnvbfdNdWqrFXs3lUd9G64svqHUBw=" + "MODULE.bazel": "sha256-xn7teB10eMaV+FsIvXT3EokdOjYfrSOfnone57TFzIc=" } }