Skip to content
  • Eric Timmons's avatar
    Fix some CI pipeline issues: · c5405810
    Eric Timmons authored
    1. Do not trigger the standard pipeline and New image pipeline simultaneously.
    2. Fix creation of issues when a new image is tested and fails.
    3. Pin Clasp to b14e329f49998275579926da2a737885ceb2cea7. Clasp 1.0.0 needs LLVM 13, which means the most logical base image to use is based on Debian Bookworm. However, Bookworm uses the faccessat2 system call, which incorrectly returns EPERM (instead of ENOSYS) on certain versions of Docker. This breaks many things and has been reported to the CLF.
    c5405810
Validating GitLab CI configuration… Learn more