Multiple changes
- quirks: added quirks, that does nothing for now - deb: install arch-independant dependencies (too much is better) - deb: added linux-riscv crossbuild test
This commit is contained in:
@@ -288,6 +288,17 @@ mod tests {
|
||||
test_build_end_to_end("hello", "sid", None, None, false).await;
|
||||
}
|
||||
|
||||
/// This is a specific test case for the linux-riscv package on Ubuntu
|
||||
/// It is important to ensure that pkh can cross-compile linux-riscv, as
|
||||
/// for risc-v hardware is still rare and cross-compilation is necessary
|
||||
/// to debug and test
|
||||
#[tokio::test]
|
||||
#[test_log::test]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
async fn test_deb_linux_riscv_ubuntu_cross_end_to_end() {
|
||||
test_build_end_to_end("linux-riscv", "questing", None, Some("riscv64"), true).await;
|
||||
}
|
||||
|
||||
/// This is a specific test case for the latest gcc package on Debian
|
||||
/// The GCC package is complex and hard to build, with specific stages
|
||||
/// and system-bound scripts. Building it requires specific things that
|
||||
|
||||
Reference in New Issue
Block a user