multiplier icon indicating copy to clipboard operation
multiplier copied to clipboard

build: fix Dockerfile to build with llvm 18

Open kumarak opened this issue 1 year ago • 3 comments

kumarak avatar Jan 17 '25 04:01 kumarak

Is there a test to validate the build in the Dockerfile works? I have some potential changes to slim it down a bit but I realized I am not sure if it would accidentally break the build.

artemdinaburg avatar Jan 19 '25 23:01 artemdinaburg

Is there a test to validate the build in the Dockerfile works? I have some potential changes to slim it down a bit but I realized I am not sure if it would accidentally break the build.

@artemdinaburg, There is no CI to test the docker build. You can commit the changes here.

kumarak avatar Jan 20 '25 15:01 kumarak

So this one builds for me and works for the project i want; but I think i would still be a good idea to add a tiny sample project to at least make sure mx-index works and then do something like mx-list-functions to make sure its non-empty

artemdinaburg avatar Jan 21 '25 19:01 artemdinaburg