-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Docker builds hanging/OOMing (#535)
* Add network timeouts to Docker builds * Split cargo build out * Put cargo in the right place * debug usage * install time * Fix docker build OOMing in CI for arm64 builds Yoinked from synapse: - matrix-org/synapse#14173 - matrix-org/synapse@424d1d2 * Update changelog Co-authored-by: Half-Shot <will@half-shot.uk>
- Loading branch information
1 parent
fdcb5a2
commit c0efb91
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Increase network timeout for Docker builds, and fix Docker build OOMing in CI for arm64 builds. |