From d979a2637aa0b3facce4c781df79a6e62cd06869 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 25 Dec 2025 18:13:44 +0800 Subject: [PATCH] ci(pthread): add depends_components for test apps --- components/pthread/test_apps/.build-test-rules.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/pthread/test_apps/.build-test-rules.yml b/components/pthread/test_apps/.build-test-rules.yml index 2c28a098c3..ddc1f3cf3b 100644 --- a/components/pthread/test_apps/.build-test-rules.yml +++ b/components/pthread/test_apps/.build-test-rules.yml @@ -4,7 +4,13 @@ components/pthread/test_apps/pthread_psram_tests: enable: - if: IDF_TARGET in ["esp32"] reason: PSRAM only available on ESP32, S2, S3; code is fairly generic + depends_components: + - pthread + - freertos components/pthread/test_apps/pthread_unity_tests: enable: - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32h2", "esp32p4", "esp32s2", "esp32s3", "linux"] + depends_components: + - pthread + - freertos