-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE STABLE] Use CCX33 and Volume.
LineageOS builds needs decent amount of storage, also we don't need poor 16vcpu, we only need 8 vcpu (dedicated) since hetzner does not allow more than 32 gb for default users. We cant use all 16 vcpu if we have less than 64 gb of RAM. So we use CCX33 (8 vCPU, 32 GB RAM, 240 GB Storage), since 240gb is not enough for a lineage os build, we use 400 GB volume and mount it at /ham-build We have taken measure to delete the volume when the build fails or the build is finished. Signed-off-by: Divya Antony J.R <[email protected]>
- Loading branch information
Showing
7 changed files
with
219 additions
and
78 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
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 |
---|---|---|
|
@@ -2,9 +2,9 @@ package get | |
|
||
import ( | ||
"fmt" | ||
"io" | ||
"strings" | ||
"time" | ||
"io" | ||
|
||
"golang.org/x/crypto/ssh" | ||
) | ||
|
Oops, something went wrong.