This commit is contained in:
J. Nick Koston
2025-06-12 22:00:28 -05:00
parent b887c1bf08
commit b23445e1c3

View File

@@ -430,9 +430,8 @@ jobs:
. venv/bin/activate
mkdir -p build_cache
export PLATFORMIO_BUILD_CACHE_DIR=$PWD/build_cache
# Use sequential compilation to avoid race conditions
# PlatformIO handles its own parallelization internally
./script/test_build_components -e compile -c ${{ matrix.file }} -j 1 -f -b $PWD/build_cache
# Use 2 parallel jobs for compilation (resource intensive)
./script/test_build_components -e compile -c ${{ matrix.file }} -j 2 -f -b $PWD/build_cache
test-build-components-splitter:
name: Split components for testing into 20 groups maximum