klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.09k stars 476 forks source link

[docker build fails] /bin/sh: 1: kuroko: Permission denied #257

Open diegomrepo opened 2 years ago

diegomrepo commented 2 years ago

When running the docker build for first time, the kuroko exec is missing the executable bit. Should chmod to continue build.

klange commented 2 years ago

Github Actions runs the Docker build regularly and has not encountered this issue. Can you post a complete log?