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
{{ message }}
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Reading over the Dockerfile documentation and Olof Johansson's kernelbuilder, I think it would be relatively easy to just take our current debian-setup.sh and package it up into a Docker image on the hub that we refresh daily (with the nightly Clang builds) so that people have an easy way to build the kernel with Clang without messing with their setup. We could also use it for CI, which Stefan had suggested on the introduction commit (15a2288).
I'll take look at this after work today, this is just to elicit comments/feedback before I dive in.
Michal Simek mentioned that we would download a container to test building the kernel with Clang: https://lore.kernel.org/lkml/9d52cd84-440f-9a40-d0ec-1397abb24c98@xilinx.com/
Reading over the Dockerfile documentation and Olof Johansson's kernelbuilder, I think it would be relatively easy to just take our current
debian-setup.shand package it up into a Docker image on the hub that we refresh daily (with the nightly Clang builds) so that people have an easy way to build the kernel with Clang without messing with their setup. We could also use it for CI, which Stefan had suggested on the introduction commit (15a2288).I'll take look at this after work today, this is just to elicit comments/feedback before I dive in.