Skip to content

Commit 32a13d8

Browse files
authored
chore: temporarily disable windows flow (#13833)
1 parent c2b6035 commit 32a13d8

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

.github/workflows/rust.yml

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -326,22 +326,26 @@ jobs:
326326
env:
327327
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
328328

329-
windows:
330-
name: cargo test (win64)
331-
runs-on: windows-latest
332-
steps:
333-
- uses: actions/checkout@v4
334-
with:
335-
submodules: true
336-
- name: Setup Rust toolchain
337-
uses: ./.github/actions/setup-windows-builder
338-
- name: Run tests (excluding doctests)
339-
shell: bash
340-
run: |
341-
export PATH=$PATH:$HOME/d/protoc/bin
342-
cargo test --lib --tests --bins --features avro,json,backtrace
343-
cd datafusion-cli
344-
cargo test --lib --tests --bins --all-features
329+
# Temporarily commenting out the Windows flow, the reason is enormously slow running build
330+
# Waiting for new Windows 2025 github runner
331+
# Details: https://github.com/apache/datafusion/issues/13726
332+
#
333+
# windows:
334+
# name: cargo test (win64)
335+
# runs-on: windows-latest
336+
# steps:
337+
# - uses: actions/checkout@v4
338+
# with:
339+
# submodules: true
340+
# - name: Setup Rust toolchain
341+
# uses: ./.github/actions/setup-windows-builder
342+
# - name: Run tests (excluding doctests)
343+
# shell: bash
344+
# run: |
345+
# export PATH=$PATH:$HOME/d/protoc/bin
346+
# cargo test --lib --tests --bins --features avro,json,backtrace
347+
# cd datafusion-cli
348+
# cargo test --lib --tests --bins --all-features
345349

346350
macos:
347351
name: cargo test (macos)

0 commit comments

Comments
 (0)