eschnett / ADIOS2.jl

A Julia interface to ADIOS2
MIT License
13 stars 6 forks source link

Precompilation of ADIOS2.jl fails in github windows CI #15

Open omlins opened 1 year ago

omlins commented 1 year ago

The following error appears (full error here: https://github.com/eth-cscs/DataWeaver.jl/actions/runs/6123867561/job/16681434815?pr=2):

Failed to precompile ADIOS2 [e0ce9d3b-0dbd-416f-8264-ccca772f60ec] to "C:\\Users\\runneradmin\\.julia\\compiled\\v1.9\\ADIOS2\\jl_F4A.tmp".
ERROR: LoadError: InitError: could not load library "C:\Users\runneradmin\.julia\artifacts\dca7e6fdcc5f6f60b8e1e5b89ebee8bdf06971b8\bin\libadios2_c.dll"

The problem seems to be analogue for windows to what @giordano just fixed for Linux and MacOS: https://github.com/JuliaRegistries/General/pull/91101