File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments