This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 469b50ff1 ORC-1923: Remove `Windows 2019` GitHub Action job
469b50ff1 is described below
commit 469b50ff17fc09928ffb9aa91230ceac4cc8c03d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 17 14:05:16 2025 -0700
ORC-1923: Remove `Windows 2019` GitHub Action job
This PR aims to remove `Windows 2019` GitHub Action job.
Note that ORC-1924 is created in order to recover Windows test coverage
later.
- #2273
`Windows 2019` is deprecated already and will be removed soon.
- https://github.com/actions/runner-images/issues/12045
Manual review because this is a removal of CI.
No.
Closes #2274 from dongjoon-hyun/ORC-1923.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 7e452b9056bd984fd9a55a8e24dc32524d194128)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index dbfb2e97b..52913f3b0 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -77,22 +77,6 @@ jobs:
run: |
cat /home/runner/work/orc/orc/build/java/rat.txt
- windows:
- name: "Build on Windows"
- runs-on: windows-2019
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - name: Add msbuild to PATH
- uses: microsoft/[email protected]
- - name: "Test"
- run: |
- mkdir build
- cd build
- cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug
-DBUILD_LIBHDFSPP=OFF -DBUILD_TOOLS=OFF -DBUILD_JAVA=OFF
- cmake --build . --config Debug
- ctest -C Debug --output-on-failure
-
doc:
name: "Javadoc generation"
runs-on: ubuntu-22.04