asheikm commented on issue #6385: URL: https://github.com/apache/trafficcontrol/issues/6385#issuecomment-995193547
> > `make` builds sequentially. I think about 80% of its time is spent on building the builder image for the ATS RPM (citation needed). `make -j` is marginally faster. When building on systems that use `rpm` to manage packages (which is LSB-compliant, to be fair) can build quite a bit faster with `make native`. The absolute fastest is `make -j native`, where supported. But at any rate, building once will expedite future builds. > > `make native` is temporarily broken due to #6419 Fix merged with master now https://github.com/apache/trafficcontrol/pull/6420 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
