- 28 Nov, 2020 5 commits
-
-
Eric Timmons authored
1.8.0 is allowed to fail, 1.7.1 is not so as to prevent merges on new bugs.
-
Eric Timmons authored
This should make it easier to stay on an older version of a Lisp when the newest has something broken about it.
-
Eric Timmons authored
ABCL 1.8.0 has an issue where the PID of a process cannot be retrieved, causing a failure in test-run-program-unix.script. This has been reported to and reproduced by ABCL devs. Additionally, ABCL 1.8.0 fails test-around-compile.script. I'm still trying to figure out if this is ABCL's fault or ASDF's fault, but it's likely ABCL's given that it works in 1.7.1. Pin to JDK 8 because newer JDKs have issues even launching external processes (that issue has been fixed in 1.8.0).
-
Eric Timmons authored
For CL, use images from clfoundation/ instead of mitmers/. The source code for these images is found at https://gitlab.common-lisp.net/cl-docker-images/ For other tasks, use buildpack-deps. This image has git and make already installed, additionally the CL images are based on buildpack-deps. This should speed up jobs somewhat since fewer packages need to be installed.
-
Eric Timmons authored
Need to set RUN_UPGRADE_TESTS
-
- 16 Oct, 2020 1 commit
-
-
The jobs that use the Makefile based test harness are created unconditionally. There are additionally jobs that use the Lisp scripting based harness which are added only if the CI environment variable USE_ASDF_TOOLS is set.
-