Use Alpine to build the runtime

Smaller, works without issue.
This commit is contained in:
Luke Parker
2025-11-12 23:02:22 -05:00
parent ac7af40f2e
commit 4f82e5912c
2 changed files with 5 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ pub fn reproducibly_builds() {
use dockertest::{PullPolicy, Image, TestBodySpecification, DockerTest};
const RUNS: usize = 3;
const TIMEOUT: u16 = 180 * 60; // 3 hours
const TIMEOUT: u16 = 3 * 60 * 60; // 3 hours
serai_docker_tests::build("runtime".to_string());