From 868351beaae870331fb261fd84b2e72159109faa Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 8 Oct 2024 10:20:06 +0530 Subject: [PATCH] ci: Add md5 checksum validation for COEX public header files for esp32c5 Add MD5 checksum validation for public header files of the following esp32c5. --- .gitlab/ci/pre_check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/pre_check.yml b/.gitlab/ci/pre_check.yml index 3f5599dd63..5e139646a8 100644 --- a/.gitlab/ci/pre_check.yml +++ b/.gitlab/ci/pre_check.yml @@ -54,6 +54,7 @@ check_blobs: - IDF_TARGET=esp32c3 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh - IDF_TARGET=esp32c6 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh - IDF_TARGET=esp32h2 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh + - IDF_TARGET=esp32c5 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh # Check if Wi-Fi, PHY, BT blobs contain references to specific symbols - bash $IDF_PATH/tools/ci/check_blobs.sh