Skip to content

Commit 01baa48

Browse files
committed
ORC-2096: Remove doc dependency from build GitHub Actions job
### What changes were proposed in this pull request? This PR aims to remove `doc` dependency from `build` GitHub Actions job. ### Why are the changes needed? The Javadoc generation step fails during Apache Hadoop 3.4.3 RC1 testing because RC1 doesn't have a publish doc. - #2503 Since we need to run `build` GitHub Actions job step to validate new Hadoop RCs, we need to remove this dependency. ### How was this patch tested? Pass the CIs and check the build dependency. <img width="1177" height="619" alt="Screenshot 2026-02-18 at 15 10 47" src="https://github.com/user-attachments/assets/c339d390-9f1b-4405-b6fc-bb8ad5a4c06b" /> ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3 Pro (High)` on `Antigravity` Closes #2535 from dongjoon-hyun/ORC-2096. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent cd70240 commit 01baa48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
build:
6666
name: "Java ${{ matrix.java }} and ${{ matrix.cxx }} on ${{ matrix.os }}"
67-
needs: [license-check, doc]
67+
needs: [license-check]
6868
runs-on: ${{ matrix.os }}
6969
strategy:
7070
fail-fast: false

0 commit comments

Comments
 (0)