Code Monkey home page Code Monkey logo

Comments (4)

philipsabri avatar philipsabri commented on September 25, 2024 2

It seemse to be the latest msys2 choco version 20200602.0.0
Going back a few versions fixed it for me.

...
# Install toolchain
RUN \
  choco install -y git wixtoolset 7zip && \
  choco install -y msys2 --params /NoUpdate --version 20190524.0.0.20191030 && \
  choco install -y ruby && \
  refreshenv && \
  ridk install 3

also checking from the github action logs you can see the latest sucessfull run with windows used version 20200522.0.0 compared to the failed version 20200602.0.0

Maybe a fix for you would be using the 20200522.0.0 msys2 version again as the last successful build

from fluent-package-builder.

ashie avatar ashie commented on September 25, 2024

It's also reproduced on my local environment when I remove the existing container.

from fluent-package-builder.

ashie avatar ashie commented on September 25, 2024

Although we don't changes Dockerfile for Windows, docker build on GitHub Actions fails since yesterday.

A few days ago I got an update of Docker Desktop (19.03.8).
Is it the cause of this issue?

from fluent-package-builder.

cosmo0920 avatar cosmo0920 commented on September 25, 2024

See also: microsoft/hcsshim#835

from fluent-package-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.