Bedrock-OSS / regolith

Bedrock Addons compiler pipeline.
https://bedrock-oss.github.io/regolith/
MIT License
56 stars 17 forks source link

Implement experiments flag and size_time_check experiment #272

Closed stirante closed 6 months ago

stirante commented 10 months ago

This PR adds a way to enable experiments with --experiments flag.

Also it adds the first experiment, which can be enabled with --experiments=size_time_check. This experiments adds syncing tmp and target directories based on file size and modification time of both sides.

Nusiq commented 6 months ago

Running regolith with the experiment enabled fails if the profile has the readOnly option enabled (Access Denied Error).