Dev/Continuous Integration
Development Notes of Whonix and Continuous Integration (CI)
CI Services in Use
[edit]- CI build status: https://github.com/Whonix/derivative-maker/actions

- Forum discussion: https://forums.whonix.org/t/derivative-maker-automated-ci-builder/14468

Other CI Services not in use due to issues
[edit]codeship.io
[edit]- No root access. - Asked support. - Impossible to build Whonix VM images. kpartx and mount require root access.
- Whonix codeship.io

shiningpanda-ci.com
[edit]- "Due to our limited capacity we cannot accept all projects at once and that's why your subscription was queued. As we increase our capacity we will allow more and more open-source projects, based on a first registered, first served policy. Here is your position in the queue:" 198 Whonix
wercker.com
[edit]- Has $WERCKER_CACHE_DIR
- GPG key creation takes very, very long due to low entropy - asked support
- Another issue while running grml-debootstrap
/dev/mapper/control: open failed: Operation not permitted Failure to communicate with kernel device-mapper driver. device mapper prerequisites not met * Error setting up loopback device. -> Failed (rc=1)
General Note about Free CI Services in use for Building Whonix
[edit]Since all Continuous Integration![]()
(CI) services we know of run Ubuntu, and Whonix is based on Debian.
Even if an Ubuntu based build of Whonix existed and CI builds passed, that would not necessarily mean that a Debian based build would have passed as well. Therefore, the usefulness of the results would be limited anyway. Nevertheless, compatibility with CI environments is a very useful "stress test" for the build script. It helps spot most bugs early that break the build.
Since there are no free CI services supporting mount (device-mapper), there is unfortunately no free CI service that could be used to build Whonix Virtual Machine images.
We believe security software like Whonix needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 13 year success story and maybe DONATE!



