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
Every CI build reinstalls mocha, stylus, tslint, typescript, chai and probably some other items. It should be possible bake these deps into the builder image. See build/builder.sh init. The old deps-docker.sh script accomplished this for the cockroachdb/cockroach-dev image, but I think the technique will have to be modified for build/builder.sh init. Or maybe not, I haven't looked in depth.
The text was updated successfully, but these errors were encountered:
Every CI build reinstalls mocha, stylus, tslint, typescript, chai and probably some other items. It should be possible bake these deps into the builder image. See build/builder.sh init. The old
deps-docker.sh
script accomplished this for thecockroachdb/cockroach-dev
image, but I think the technique will have to be modified forbuild/builder.sh init
. Or maybe not, I haven't looked in depth.The text was updated successfully, but these errors were encountered: