From fa1a82d1fdcb3c413dea26d83e792f3c41336374 Mon Sep 17 00:00:00 2001 From: Peter Samarin Date: Fri, 26 Sep 2025 13:43:22 +0200 Subject: [PATCH 1/3] fuzzing: enable Windows regression tests to use max/linux cache --- .github/workflows/run-all-tests-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-all-tests-pr.yml b/.github/workflows/run-all-tests-pr.yml index 68a17a067..4d5245a08 100644 --- a/.github/workflows/run-all-tests-pr.yml +++ b/.github/workflows/run-all-tests-pr.yml @@ -81,6 +81,7 @@ jobs: key: fuzzing-corpus-${{ matrix.os }}-${{ matrix.jdk }}-${{ github.run_id }}-${{ github.run_attempt }} restore-keys: | fuzzing-corpus- + enableCrossOsArchive: true - name: Build & Test run: bazelisk test ${{env.BUILD_BUDDY_CONFIG}} --java_runtime_version=remotejdk_${{ matrix.jdk }} ${{ matrix.bazel_args }} ${{ matrix.extra_bazel_args }} --build_tag_filters="-no-${{ matrix.arch }},-no-${{ matrix.arch }}-jdk${{ matrix.jdk }},-no-jdk${{ matrix.jdk }}" --test_tag_filters="-no-${{ matrix.arch }},-no-${{ matrix.arch }}-jdk${{ matrix.jdk }},-no-jdk${{ matrix.jdk }}" //... From f7734bc594f2e87afc46eefc228e14308d774292 Mon Sep 17 00:00:00 2001 From: Peter Samarin Date: Thu, 25 Sep 2025 22:09:14 +0200 Subject: [PATCH 2/3] chore: update license and devs in deployed poms --- deploy/jazzer-api.pom | 8 +++++++- deploy/jazzer-junit.pom | 8 +++++++- deploy/jazzer.pom | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/deploy/jazzer-api.pom b/deploy/jazzer-api.pom index 71a0a4e4e..42de00d7b 100644 --- a/deploy/jazzer-api.pom +++ b/deploy/jazzer-api.pom @@ -1,5 +1,5 @@