graalvm

Ingy döt Net 2023-08-26T18:22:23.117739Z

I made a Makefile to completely automate testing https://github.com/borkdude/jayfu (on Linux and MacOS) using the latest GraalVM CE. Just run: make <(curl -Ls ) test Nothing but the most basic system commands needed. Or just look at my runs here: https://gist.github.com/ingydotnet/f5af1fdc7e3fddb67aad529b3ea93234

Ingy döt Net 2023-08-26T18:28:39.518409Z

fwiw: make <(curl -Ls ) realclean will remove the cloned ./jayfu/ dir and the downloaded graalvm bits (in /tmp)

Ingy döt Net 2023-08-26T20:28:13.802839Z

@matthewdowney20 ^ re Makefiles, might be of interest to you...