[Libre-soc-bugs] [Bug 190] Setup Gitlab CI Runner for Kazan on a computer

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Apr 18 08:00:30 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=190

--- Comment #53 from Jacob Lifshay <programmerjake at gmail.com> ---
did more research into passing the tty devices into docker so scripts can see
the fpga's uart:

tty devices are dynamically created and removed during the fpga programming
process -- docker's method of dealing with dynamic devices:
https://github.com/docker/cli/blob/a32cd16160f1b41c1c4ae7bee4dac929d1484e59/man/src/container/create-example.md#dealing-with-dynamically-created-devices---device-cgroup-rule

gitlab-runner merge request for adding the device cgroup rules option:
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3309

afaict gitlab-runner uses docker through the go library rather than through the
docker executable, so making a wrapper script probably won't work

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list