Skip to content

Commit 2ad51d7

Browse files
committed
Temporarily disable wine on CI (see #241)
1 parent b85e16e commit 2ad51d7

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -249,20 +249,22 @@ jobs:
249249
run:
250250
cargo test --workspace -vv --features=hdf5-sys/static --exclude=hdf5-derive
251251

252-
wine:
253-
name: wine
254-
runs-on: ubuntu-latest
255-
steps:
256-
- name: Checkout repository
257-
uses: actions/checkout@v2
258-
with: {submodules: true}
259-
- name: Install Rust
260-
uses: actions-rs/toolchain@v1
261-
with: {toolchain: stable, target: x86_64-pc-windows-gnu, profile: minimal, override: true}
262-
- name: Install dependencies
263-
run: sudo apt-get update && sudo apt install wine64 mingw-w64
264-
- name: Build and test
265-
run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
252+
# # TODO: temporarily disabled until fixed (see https://github.com/aldanor/hdf5-rust/issues/241)
253+
# wine:
254+
# name: wine
255+
# runs-on: ubuntu-latest
256+
# steps:
257+
# - name: Checkout repository
258+
# uses: actions/checkout@v2
259+
# with: {submodules: true}
260+
# - name: Install Rust
261+
# uses: actions-rs/toolchain@v1
262+
# with: {toolchain: stable, target: x86_64-pc-windows-gnu, profile: minimal, override: true}
263+
# - name: Install dependencies
264+
# run: sudo apt-get update && sudo apt install wine64 mingw-w64
265+
# - name: Build and test
266+
# run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
267+
266268
addr_san:
267269
name: Address sanitizer
268270
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)