openllb / hlb

A developer-first language to build and test any software efficiently
https://openllb.github.io/hlb/
Apache License 2.0
108 stars 12 forks source link

close session after solves #329

Closed coryb closed 2 years ago

coryb commented 2 years ago

This is now required after a fix to buildkit that prevented sessions from being shared my multiple solves. https://github.com/moby/buildkit/pull/2995

A future optimization here might be to cache sessions for re-use within the hlb build rather than creating/closing for each solve.

This also fixes tests that are expecting amd64 as the default platform.