Skip to content

build: cargo build -jN now configures cmake parallelism

Georgy Moshkin requested to merge build/jobserver-integration into master

Now cargo build -j1 will compile all everything sequentially including the cmake subprocesses which compile tarantool sources. This is implemented using the jobserver crate which helps us configure the cmake subprocesses to use the cargo's jobserver

Merge request reports