1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-10 07:35:41 -10:00
parent 5cb87c5baf
commit 2617b5b2da

View File

@@ -460,11 +460,13 @@ jobs:
run: | run: |
. venv/bin/activate . venv/bin/activate
# Use /mnt for build files (70GB available vs ~29GB on /) # Use /mnt for build files (70GB available vs ~29GB on /)
mkdir -p /mnt/build_cache sudo mkdir -p /mnt/build_cache
sudo chown $USER:$USER /mnt/build_cache
export PLATFORMIO_BUILD_CACHE_DIR=/mnt/build_cache export PLATFORMIO_BUILD_CACHE_DIR=/mnt/build_cache
# Also move test_build_components/build to /mnt # Also move test_build_components/build to /mnt
mkdir -p /mnt/test_build_components_build sudo mkdir -p /mnt/test_build_components_build
sudo chown $USER:$USER /mnt/test_build_components_build
ln -s /mnt/test_build_components_build tests/test_build_components/build ln -s /mnt/test_build_components_build tests/test_build_components/build
# Convert space-separated components to comma-separated for Python script # Convert space-separated components to comma-separated for Python script