Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Update the Windows docker image build process #115

Closed evtrados closed 2 years ago

evtrados commented 2 years ago

The build process of creating a build environment docker image on Windows has been obsolete for quite some time. In the past 6 months we have migrated to the Visual Studio 2019 build tools (i.e., v142) and also now use updated versions of some libraries and other dependencies (e.g., mingw). As a result, in order to automatically trigger builds of the cura-build-environment (after every commit or PR merge) using the Windows GitHub runner we have to update the build process of creating this docker image, because now it is broken. Changes included in this Pull Request:

Part of CURA-8709

Needs to be reviewed together with https://github.com/Ultimaker/cura-build/pull/269