Squid + docker multi-distro test builds script
Francesco Chemolli <[email protected]> Sun, 26 Jun 2022 13:03:03 +0200
| Newsgroups | gmane.comp.web.squid.devel |
|---|---|
| Message-ID | <CA+Y8hcMkdZmOZMnSVc1oByscBQufF21K5WysG_KRrct4v_E4_g@mail.gmail.com> |
Hi all,
in order to facilitate multiplatform (at least on Linux) development
velocity, let me share a script I use for this purpose. It is based on the
same tech we run our CI farm on.
the script is at
https://github.com/kinkie/support-tools/blob/master/squid-build/do-build
It's reasonably well documented via the standard --help mechanism. It's
meant ot be run a Linux system with docker.
The main convenience argument is "--in <distro>"
$ do-build --in debian-stable --all
will - as you may guess - run a bootstrap/configure/build/test cycle in the
current working directory in a debian-stable runtime environment.
I hope this helps others increase their velocity on multi
multi-distribution development. Please keep in mind I make no promises on
this script - I occasionally tinker with it and it may break.
Feedback is welcome
--
Francesco
_______________________________________________
squid-dev mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-dev