You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log lines in step Make and release deps before timeout have been:
if [ "Darwin" != "Linux" -a ! -e "/opt/homebrew/bin/nerdctl" ]; then ln -sf nerdctl.lima "/opt/homebrew/bin/nerdctl"; fi
if [ "Darwin" != "Linux" -a ! -e "/opt/homebrew/bin/apptainer" ]; then ln -sf apptainer.lima "/opt/homebrew/bin/apptainer"; fi
sudo may prompt for password to run FileMonitor
Error: The operation was canceled. # <-- timeout, cancelled workflow
print"sudo may prompt for password to run FileMonitor\n";
Still looking to verify but the smoking gun is that the script is hanging on a prompt for password.
e: On my machine macOS Ventura 13.4 M1 chip:
./bin/lima-and-qemu.pl
ls: /opt/homebrew/bin/limactl: No such file or directory
Missing argument in sprintf at ./bin/lima-and-qemu.pl line 213.
sudo may prompt for password to run FileMonitor
Password:
The text was updated successfully, but these errors were encountered:
The Build action has been consistently failing for the last month: https://github.com/runfinch/finch-core/actions/workflows/release.yaml
The log lines in step
Make and release deps
before timeout have been:This message is coming from
finch-core/bin/lima-and-qemu.pl
Line 46 in 08a4ca2
Still looking to verify but the smoking gun is that the script is hanging on a prompt for password.
e: On my machine macOS Ventura 13.4 M1 chip:
The text was updated successfully, but these errors were encountered: