You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
recently I got async-zip uploaded to debian. The testsuite fails on 32-bit arches:
warning: function `compress_to_mem` is never used
--> tests/common/mod.rs:22:14
|
| pub async fn compress_to_mem(compress: Compression) -> Vec<u8> {
| ^^^^^^^^^^^^^^^
error[E0080]: evaluation of constant value failed
--> src/tests/write/zip64/mod.rs:17:34
|
| const BATCHED_FILE_SIZE: usize = NUM_BATCHES * BATCH_SIZE;
| ^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `42950_usize * 100000_usize`, which would overflow
For more information about this error, try `rustc --explain E0080`.
error: could not compile `async_zip` due to previous error
The text was updated successfully, but these errors were encountered:
Hi,
recently I got async-zip uploaded to debian. The testsuite fails on 32-bit arches:
The text was updated successfully, but these errors were encountered: