Skip to content

Commit 274ba3b

Browse files
committed
Reenable wine in CI
1 parent 28a2ec3 commit 274ba3b

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -278,23 +278,22 @@ jobs:
278278
run:
279279
cargo test --workspace -vv --features=hdf5-sys/static --exclude=hdf5-derive
280280

281-
# # TODO: temporarily disabled until fixed (see https://github.com/aldanor/hdf5-rust/issues/241)
282-
# wine:
283-
# name: wine
284-
# runs-on: ubuntu-latest
285-
# steps:
286-
# - name: Checkout repository
287-
# uses: actions/checkout@v3
288-
# with: {submodules: true}
289-
# - name: Install Rust
290-
# uses: dtolnay/rust-toolchain@stable
291-
# with: {toolchain: stable, targets: x86_64-pc-windows-gnu}
292-
# - name: Install dependencies
293-
# run: sudo apt-get update && sudo apt install wine64 mingw-w64
294-
# - name: Build and test
295-
# env:
296-
# CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64
297-
# run: cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
281+
wine:
282+
name: wine
283+
runs-on: ubuntu-latest
284+
steps:
285+
- name: Checkout repository
286+
uses: actions/checkout@v3
287+
with: {submodules: true}
288+
- name: Install Rust
289+
uses: dtolnay/rust-toolchain@stable
290+
with: {toolchain: stable, targets: x86_64-pc-windows-gnu}
291+
- name: Install dependencies
292+
run: sudo apt-get update && sudo apt install wine64 mingw-w64
293+
- name: Build and test
294+
env:
295+
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64
296+
run: cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
298297

299298
addr_san:
300299
name: Address sanitizer

0 commit comments

Comments
 (0)