From 0b3d1a60e29c511d9961fcdfc063d066c64ceef3 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 18 Jul 2025 11:22:41 +0200 Subject: [PATCH 1/4] Sync back BCR config Taken from edits made to https://github.com/bazelbuild/bazel-central-registry/pull/5240 --- .bcr/presubmit.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b5e78d7..e8d3968 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,18 +1,20 @@ matrix: - platform: ["macos", "ubuntu2204"] + platform: ["macos", "macos_arm64", "ubuntu2204"] + bazel: ["6.*", "7.*", "8.*"] tasks: build_targets: name: "Build targets" platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - "@rules_fuzzing//fuzzing/..." bcr_test_module: module_path: "examples/bzlmod" matrix: - platform: ["macos", "ubuntu2204"] - bazel: ["6.x", "7.x", "8.x"] + platform: ["macos", "macos_arm64", "ubuntu2204"] + bazel: ["6.*", "7.*", "8.*"] tasks: run_tests: name: "Run test module" From d19e1ddd06d95f9e8fb137192f79d551bfed8d1d Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 18 Jul 2025 11:26:32 +0200 Subject: [PATCH 2/4] Update metadata.template.json --- .bcr/metadata.template.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index ca17a2a..0a211b3 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -7,6 +7,9 @@ "name": "Fabian Meumertzheim" } ], + "repository": [ + "github:bazelbuild/rules_fuzzing" + ], "versions": [], "yanked_versions": {} } From 26bb26ee35eaccc21f3ba38f69f0510722312109 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 18 Jul 2025 11:34:54 +0200 Subject: [PATCH 3/4] Update presubmit.yml --- .bcr/presubmit.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index e8d3968..0b703dc 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,20 +1,9 @@ -matrix: - platform: ["macos", "macos_arm64", "ubuntu2204"] - bazel: ["6.*", "7.*", "8.*"] - -tasks: - build_targets: - name: "Build targets" - platform: ${{ platform }} - bazel: ${{ bazel }} - build_targets: - - "@rules_fuzzing//fuzzing/..." - bcr_test_module: module_path: "examples/bzlmod" matrix: - platform: ["macos", "macos_arm64", "ubuntu2204"] - bazel: ["6.*", "7.*", "8.*"] + # java_fuzz_test fails on macos_arm64 due to code signing violation + platform: ["ubuntu2204", "macos"] + bazel: ["7.*", "8.*"] tasks: run_tests: name: "Run test module" From c2be4852177247104a43a6c2057f3933f3b11332 Mon Sep 17 00:00:00 2001 From: Simon Resch Date: Tue, 22 Jul 2025 14:40:53 +0200 Subject: [PATCH 4/4] Add to list of maintainers --- .bcr/metadata.template.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index 0a211b3..9d2df38 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -5,6 +5,11 @@ "email": "fabian@meumertzhe.im", "github": "fmeum", "name": "Fabian Meumertzheim" + }, + { + "email": "simon.resch@code-intelligence.com", + "github": "simonresch", + "name": "Simon Resch" } ], "repository": [