embeddedt

Results 330 comments of embeddedt

I haven't merged all of @amirgon's aforementioned PRs yet; that's why you're still getting these errors.

@amirgon On my system (Arch) this is the output I see when running `pkg-config`; is it the same for you? ```console $ pkg-config --silence-errors --libs libavcodec libavformat libswscale -lavcodec -lavformat...

@kisvegabor I think force-pushing on branches we expect users/downstream projects to actively be using is dangerous. This would break any scripts/CI logic that expected there to be a single, sequential...

Hmm... we originally did not specify `REQUIRES main` because of https://github.com/lvgl/lvgl/issues/2403. I think merging this would cause that issue to regress.

@C47D Could you take a look at this when you have some time?

Sure, I can set this up. For now, is it enough to just print the execution time in the action log and not post a comment with a delta like...

The ARM runners are very slow because they're using QEMU's userspace translation. There will be a lot of overhead there; using a bare-metal test makes more sense. I have started...

What direction did we decide to go with here? I had paused work on the Docker script because the containers it produces are very large (2GB, due to all the...