Help wanted!
testing #ecl before the next release:
https://gitlab.com/embeddable-common-lisp/ecl/-/work_items/798
Thanks :)
Help wanted!
testing #ecl before the next release:
https://gitlab.com/embeddable-common-lisp/ecl/-/work_items/798
Thanks :)
@jackdaniel for the uninitiated...are we supposed to run make test against the main branch, or is there a branch / tag we should specifically be testing against for this?
a rundown is to use develop branch -- master contains the latest release (the old one).
git checkout develop
rm -rf build/
./configure --prefix=`pwd`/ecl-test ,@other-options
make -j32
make install
make check
make ansi-test
of course for more exotic platforms like windows you'll need to use specific installation instructions.
@jackdaniel thankfully no windows boxen in the homelab, just x86_64 and aarch64 running a variety of *nix flavours, thanks for clarifying that testing process.