From 3df10a9d5efb3648b5045c241bc6bd43382c3c38 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 9 Dec 2024 22:01:59 -0500 Subject: [PATCH] ci: drop rdoc from the upstream jruby bundle to work around: - https://github.com/mkristian/jar-dependencies/issues/86 - https://github.com/jruby/jruby/issues/8488 --- .github/workflows/upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 834f3d17937..304e3c62cbf 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -178,6 +178,8 @@ jobs: jruby-head: runs-on: ubuntu-latest + env: + BUNDLE_WITHOUT: "rdoc" steps: - uses: actions/checkout@v4 with: