The project has currently no way to skip the big zip test alone unfortunately. I could skip the whole "blackbox" test set or patch its test.py script but I don't like either way.
Search Criteria
Package Details: mount-zip 1.0.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mount-zip.git (read-only, click to copy) |
---|---|
Package Base: | mount-zip |
Description: | FUSE file system for ZIP archives |
Upstream URL: | https://github.com/google/mount-zip |
Licenses: | GPL3 |
Submitter: | DevilishSpirits |
Maintainer: | DevilishSpirits |
Last Packager: | DevilishSpirits |
Votes: | 2 |
Popularity: | 0.001864 |
First Submitted: | 2022-05-07 08:42 (UTC) |
Last Updated: | 2024-08-01 09:17 (UTC) |
Dependencies (8)
Required by (0)
Sources (1)
Latest Comments
DevilishSpirits commented on 2024-02-13 15:29 (UTC)
bf_x commented on 2024-02-13 14:51 (UTC) (edited on 2024-02-13 14:54 (UTC) by bf_x)
The check() takes extremely long because it runs all tests and tries to create a multi-gigabyte zip file for that. Can the PKGBUILD be adapted to not run all tests?
The extensive tests can be skipped with: yay -S --noconfirm --mflags "--nocheck" mount-zip
simona commented on 2024-02-13 10:45 (UTC) (edited on 2024-02-13 10:46 (UTC) by simona)
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto zip_open_failure.o -L../../lib -lmountzip -lfuse -pthread -lzip -licui18n -licuuc -licudata -o zip_open_failure.x
./zip_open_failure.x
make[2]: «test» not created cause errors.
KenjiTakahashi commented on 2022-12-31 15:46 (UTC)
FYI: The check
here requires python3
.
Pinned Comments
bf_x commented on 2024-02-13 14:51 (UTC) (edited on 2024-02-13 14:54 (UTC) by bf_x)
The check() takes extremely long because it runs all tests and tries to create a multi-gigabyte zip file for that. Can the PKGBUILD be adapted to not run all tests?
The extensive tests can be skipped with: yay -S --noconfirm --mflags "--nocheck" mount-zip