You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the architecture of lal could complement ideas like buildfarm very well.
The current (public) examples use Docker containers for isolation and consistency, but there's no reason why we couldn't use a hosted/remote environment instead. A logical optimisation is that the same INPUTs should generate the same OUTPUTS for the same commit. Effectively, a caching strategy.
I think the architecture of lal could complement ideas like
buildfarm
very well.The current (public) examples use Docker containers for isolation and consistency, but there's no reason why we couldn't use a hosted/remote environment instead. A logical optimisation is that the same
INPUT
s should generate the sameOUTPUTS
for the same commit. Effectively, a caching strategy.https://github.com/bazelbuild/bazel-buildfarm
https://fosdem.org/2018/schedule/event/datacenter_build/
The text was updated successfully, but these errors were encountered: