Hi!
My first experiments with dagger are very positive, the flexibility is superb, which makes it a good candidate for switching over multiple projects from gitlab-ci to dagger. (still executing dagger inside of gitlabci)
1 thing I am struggling with is the fact that is seems currently impossible to mount any /dev/ttyX devices inside of the pipeline containers.
I'm working for an embedded SW quality company, and basically most of our pipelines communicate with some programmers, serial ports and many other devices in linux..
I saw the following post on github: https://github.com/dagger/dagger/issues/3354 But it seems no real solution was present.. Of course, this was 1 year ago, so that's why I'm asking here..
Is there any other workaround that COULD possible be feasible?
Thanks in advance guys!