чт, 8 апр. 2021 г. в 14:25, Willy Tarreau <[email protected]>: > On Wed, Apr 07, 2021 at 05:26:24PM +0500, ???? ??????? wrote: > > we run "all features anebled" gcc and clang builds, for example > > BUG/MINOR: tools: fix parsing "us" unit for timers · > > haproxy/haproxy@a683805 (github.com) > > < > https://github.com/haproxy/haproxy/runs/2275440914?check_suite_focus=true> > > > > < > https://github.com/haproxy/haproxy/runs/2275440914?check_suite_focus=true> > > if > > additional libraries are easy to install (building will increase total > time > > a lot), I'd add opentracing to those "all features" builds > > I managed to build it myself so it's reasonably accessible, however we'd > possibly need to cache the builds, or we'll really start to spend a lot > of time building dependencies. >
That is what I meant. if build is cheap - ok. if packages are available - ok. other options would be either caching dependencies (github ci supports caches) or provisioning custom docker images for our builds > > Willy >

