ci: Always use twice the "ideal" amount of threads
This commit is contained in:
@@ -16,7 +16,7 @@ export PKG_CONFIG_PATH=/usr/${BUILD_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}
|
|||||||
${BUILD_FLAGS}
|
${BUILD_FLAGS}
|
||||||
|
|
||||||
# Compile FFmpeg
|
# Compile FFmpeg
|
||||||
make -j`nproc`
|
make -j$((`nproc` * 2))
|
||||||
|
|
||||||
# Install FFmpeg
|
# Install FFmpeg
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user