On Sun, 2024-08-18 at 15:42 -0400, John Kacur wrote: > The older kernel fails to compile on newer tool chains, so upgrade > the kernel that kcompile compiles as a load to linux-6.10.5 > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> > --- > Dockerfile | 2 +- > Makefile | 2 +- > rteval/modules/loads/kcompile.py | 4 ++-- > rteval/rteval.conf | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) Should we add a make target to fetch the tarball if it's not there, rather than make the user look up the url to fetch from and figure out where to stick it? -Crystal