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
Thus on commit where we'd be changing the license, the built image could still be built with the outdated license info.
Idea: have this knowledge be stored in turbobob.json (based on autodetection?) along with some digest of the LICENSE file so we could detect if info is outdated.
The text was updated successfully, but these errors were encountered:
The above mentioned autodetection adds ~ 12 MB to binary size.
=> make license autodetection a container and only have container launch interface between Turbo Bob and the detector so we don't have to force-ship something that gets ran relatively rarely.
Cannot take this from GitHub's API because:
Idea: have this knowledge be stored in
turbobob.json
(based on autodetection?) along with some digest of theLICENSE
file so we could detect if info is outdated.The text was updated successfully, but these errors were encountered: