This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 32a13d879a chore: temporarily disable windows flow (#13833)
32a13d879a is described below
commit 32a13d879aaf304a32f57cba6dbdcab99b4fb790
Author: Oleks V <[email protected]>
AuthorDate: Wed Dec 18 16:00:22 2024 -0800
chore: temporarily disable windows flow (#13833)
---
.github/workflows/rust.yml | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index f4e3d2fbf4..71ff44e43d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -326,22 +326,26 @@ jobs:
env:
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
- windows:
- name: cargo test (win64)
- runs-on: windows-latest
- steps:
- - uses: actions/checkout@v4
- with:
- submodules: true
- - name: Setup Rust toolchain
- uses: ./.github/actions/setup-windows-builder
- - name: Run tests (excluding doctests)
- shell: bash
- run: |
- export PATH=$PATH:$HOME/d/protoc/bin
- cargo test --lib --tests --bins --features avro,json,backtrace
- cd datafusion-cli
- cargo test --lib --tests --bins --all-features
+# Temporarily commenting out the Windows flow, the reason is enormously slow
running build
+# Waiting for new Windows 2025 github runner
+# Details: https://github.com/apache/datafusion/issues/13726
+#
+# windows:
+# name: cargo test (win64)
+# runs-on: windows-latest
+# steps:
+# - uses: actions/checkout@v4
+# with:
+# submodules: true
+# - name: Setup Rust toolchain
+# uses: ./.github/actions/setup-windows-builder
+# - name: Run tests (excluding doctests)
+# shell: bash
+# run: |
+# export PATH=$PATH:$HOME/d/protoc/bin
+# cargo test --lib --tests --bins --features avro,json,backtrace
+# cd datafusion-cli
+# cargo test --lib --tests --bins --all-features
macos:
name: cargo test (macos)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]