mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 19:10:28 +03:00
1a0fb138fb
Currently, pretty much all of our builds are bottlenecked on MacOS (mainly because the builders are slower and have worse caching). The release step adds > 3min to each build which is a bit annoying. It turns out that removing the calls to `bazel query` which are used to check for missing Maven dependencies speeds this up by > 5x. Given that the check is platform independent anyway, we can just disable it on MacOS. changelog_begin changelog_end |
||
---|---|---|
.. | ||
azure-cleanup | ||
cron | ||
docker/daml-sdk | ||
build-unix.yml | ||
build-windows.yml | ||
check-changelog.sh | ||
configure-bazel.sh | ||
dev-env-install.sh | ||
dev-env-push.py | ||
release.sh | ||
report-end.yml | ||
report-start.yml | ||
tell-slack-failed.yml | ||
windows-diagnostics.ps1 |