Add clang to windows docker to see if it fixes the relocation issue. #266
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git meson ninja-build python3-pyyaml tar texinfo xz unzip zip mingw64-clang mingw64-gcc mingw64-gcc-c++ mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 mingw64-physfs && microdnf clean all && curl -L -O https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26-x64.zip && unzip OpenBLAS-0.3.26-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && rm -rf OpenBLAS-0.3.26-x64.zip && curl -L -O http://enet.bespin.org/download/enet-1.3.17.tar.gz && tar zxf enet-1.3.17.tar.gz && cd enet-1.3.17 && ./configure --prefix=/usr/x86_64-w64-mingw32/sys-root/mingw --host=x86_64-w64-mingw32 && make -j && make install && sed -i 's/-lenet/-lenet -lws2_32 -lwinmm/' /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libenet.pc && cd .. && rm -rf enet-1.3.17 enet-1.3.17.tar.gz" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/metadata-action@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading