Skip to content

Commit 17a3613

Browse files
committed
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. - actions/runner-images#12045 Manual review because this is a removal of CI. No. Closes #2274 from dongjoon-hyun/ORC-1923. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 7e452b9) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 1f78ee4 commit 17a3613

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -86,37 +86,6 @@ jobs:
8686
run: |
8787
cat /home/runner/work/orc/orc/build/java/rat.txt
8888
89-
windows:
90-
name: "C++ ${{ matrix.simd }} Test on Windows"
91-
runs-on: windows-2019
92-
strategy:
93-
fail-fast: false
94-
matrix:
95-
simd:
96-
- General
97-
- AVX512
98-
env:
99-
ORC_USER_SIMD_LEVEL: AVX512
100-
steps:
101-
- name: Checkout
102-
uses: actions/checkout@v2
103-
- name: Add msbuild to PATH
104-
uses: microsoft/setup-msbuild@v1.1
105-
with:
106-
msbuild-architecture: x64
107-
- name: "Test"
108-
shell: bash
109-
run: |
110-
mkdir build
111-
cd build
112-
if [ "${{ matrix.simd }}" = "General" ]; then
113-
cmake .. -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug -DBUILD_LIBHDFSPP=OFF -DBUILD_TOOLS=OFF -DBUILD_JAVA=OFF
114-
else
115-
cmake .. -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug -DBUILD_LIBHDFSPP=OFF -DBUILD_TOOLS=OFF -DBUILD_JAVA=OFF -DBUILD_ENABLE_AVX512=ON
116-
fi
117-
cmake --build . --config Debug
118-
ctest -C Debug --output-on-failure
119-
12089
simdUbuntu:
12190
name: "SIMD programming using C++ intrinsic functions on ${{ matrix.os }}"
12291
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)