Build the app as jit-snapshot in a from-scratch docker image to reduce dependencies.#9338
Build the app as jit-snapshot in a from-scratch docker image to reduce dependencies.#9338sigurdm merged 15 commits intodart-lang:masterfrom
Conversation
…e dependencies. Create a helper in go for verifying signatures, to remove dependency on an openssl binary. Remove unused dependencies from the docker build script: git, wepb, unzip. They are all only used in the worker.
| spawnUri: Uri.parse( | ||
| 'package:pub_dev/service/entrypoint/sdk_isolate_index.dart', | ||
| ), | ||
| spawnUri: envConfig.isRunningInAppengine |
There was a problem hiding this comment.
Nit: maybe use a separate bool get hasPrecompiledBinaries => isRunningInAppengine flag?
It is not clear if this will be compiled and used locally all the time (in which case let's update the
It may be worth to have this separately in a different PR. |
Co-authored-by: István Soós <isoos@users.noreply.github.com>
It is used all the time. Added a section that you need the go sdk. |
jonasfj
left a comment
There was a problem hiding this comment.
I have no problems, if istvan is happy :D
Co-authored-by: István Soós <isoos@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.