AerospaceNU / AerospaceNU/better-engine-control-software

Parallelize builds for CI

Đang mở
#40 0 bình luận 0 reaction 1 người được giao Được @anushkakulk nhận Xem trên GitHub
enhancement
Ngôn ngữ chính
C++
Star
5
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Our build process is CMake, which generates build files such as Make

Make builds sequentially by default. We can parallelize it with the `-j` flag to specify how many threads to use. I would like for the number of threads to be queried automatically based on the number of threads available, so we would probably have it like `-j SOME_VARIABLE`

Alternatively, CMake can also generate Ninja files, which parallelizes automatically. The issue is that the runners don't have Ninja installed natively. Last time I tried, downloading and installing Ninja to use ended up not saving any time. Is there a way to install and cache this dependency, so we don't have to install it everytime?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.