Jacamar CI v0.20.0
Release: v0.20.0
Date: 5/9/2024
Admin Changes
Improve performance and logging of limited_build_dir feature - (Thanks
@ahmedfahmy1
for reporting/testing) (!458)This effort seeks to overhaul the
ff_limit_build_dir
option and improve performance across more systems. In addition, debug logging has been introduced, these files can be generated in the projects builds directory and can help with troubleshooting.// FileLockDebug if enabled will create a log file that outlines all actions of the // 'jacamar lock' process occurring in userspace. This should only be used for troubleshooting // potential errors with the process of generating/claiming file locks as there is no // automated cleanup on these files. file_lock_debug = false // RevalidateLock when enabled attempts to re-validate the lock file(s) associated with the // limited build directories before reporting. If any error is encountered a new lock file // will be pursued. This currently has limited testing and should likely be used in conjunction // with the FileLockDebug during initial deployment. revalidate_lock = false
Note
The
ff_limit_build_dir
still remains a feature you must explicitly enable in your configuration and is subject to change based upon feedback.