[hatari-devel] Framagit Hatari build artifacts |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
I was looking at Hatari project build artifacts:
https://framagit.org/hatari/hatari/-/artifacts
Why Fedora build stores also src & bin RPMs, when Debian minimal &
32-bit builds provide only build log?
The "pages" artifact looked surprisingly large, but it included:
$ du -ms *
119 doxygen
24 online
2 doc
119MB of (uncompressed) Doxygen documentation was more than I expected,
but apparently the annotated source files can be rather huge:
$ du -ms doxygen/* | sort -nr | head -4
11 doxygen/index.hhk
5 doxygen/index.hhc
4 doxygen/newcpu_8c_source.html
3 doxygen/gencpu_8c_source.html
IMHO Hatari WASM version and Doxygen docs could be in separate artifacts
as web usage of Hatari, and browsing annotated Hatari source code, are
rather different use-cases.
- Eero