deb: disable gcc-15 test for CI

This commit is contained in:
2026-01-26 10:25:53 +01:00
parent 2f5fb3b1e7
commit 73a61042e8

View File

@@ -277,6 +277,11 @@ mod tests {
/// The GCC package is complex and hard to build, with specific stages /// The GCC package is complex and hard to build, with specific stages
/// and system-bound scripts. Building it requires specific things that /// and system-bound scripts. Building it requires specific things that
/// we want to ensure are not broken. /// we want to ensure are not broken.
/// NOTE: Ideally, we want to run this in CI, but it takes more than 20h
/// to fully build the gcc-15 package on an amd64 builder, which is too
/// much time.
#[ignore]
#[cfg(target_arch = "x86_64")]
#[tokio::test] #[tokio::test]
#[test_log::test] #[test_log::test]
#[serial] #[serial]