todbot / blink1-tool

Command-line tools and C library for blink(1) USB RGB LED
https://blink1.thingm.com/
Other
84 stars 15 forks source link

Windows build environment fails to setup #41

Closed normanr closed 3 years ago

normanr commented 3 years ago

The Cirrus CI / windows task is failing to setup:

C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build>call pacman -S --noconfirm zip unzip 
'pacman' is not recognized as an internal or external command,
operable program or batch file.

You could probably add choco install msys2 to .cirrus.yml to ensure that msys2 (and pacman) are installed before pacman is called.

todbot commented 3 years ago

Do you know that will that fix it? I've been seeing others put out by Cirrus's decision to change their windowsserver container and that the msys2 in choco is broken for non-interactive installs. I've been working towards moving GIthub Actions since Cirrus messed up their container a month or so ago.

todbot commented 3 years ago

Finally got off my butt and switched to Github Actions. Thanks for the poke. :) Looks like it's working for two of the build producuts.