src v6.2.3
Changes to kpkg
- Fix execCmdKpkg not reporting exit codes
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v6.2.2...v6.2.3