This is an automated email from the ASF dual-hosted git repository.

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 893cf193569 tools/ci/testlist: skip the build of <board>:cxxtest
893cf193569 is described below

commit 893cf193569614f6026324b9f5fde352036e67d7
Author: simbit18 <[email protected]>
AuthorDate: Sun Sep 28 14:43:08 2025 +0200

    tools/ci/testlist: skip the build of <board>:cxxtest
    
    Problems downloading the uClibc++-0.2.5.tar.bz2 package
    
    cURL error 60: SSL certificate expired
    
    net::ERR_CERT_DATE_INVALID
    Subject: cxx.uclibc.org
    
    Issuer: R10
    
    Expires on: 27 set 2025
    
    This blocks the jobs:
    
    - arm-12
    - sim-02
    
    Signed-off-by: simbit18 <[email protected]>
---
 tools/ci/testlist/arm-12.dat | 3 +++
 tools/ci/testlist/sim-02.dat | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/tools/ci/testlist/arm-12.dat b/tools/ci/testlist/arm-12.dat
index e8c97333b78..caf77554375 100644
--- a/tools/ci/testlist/arm-12.dat
+++ b/tools/ci/testlist/arm-12.dat
@@ -6,3 +6,6 @@
 /arm/stm32/stm32vldiscovery,CONFIG_ARM_TOOLCHAIN_CLANG
 
 /arm/stm32/viewtool-stm32f107,CONFIG_ARM_TOOLCHAIN_CLANG
+
+# cURL error 60 SSL certificate expired
+-stm32f4discovery:cxxtest
diff --git a/tools/ci/testlist/sim-02.dat b/tools/ci/testlist/sim-02.dat
index 4ff5076908c..56e85274ea1 100644
--- a/tools/ci/testlist/sim-02.dat
+++ b/tools/ci/testlist/sim-02.dat
@@ -1,6 +1,9 @@
 /sim/*/*/*/c[j-z]*
 /sim/*/*/*/[d-n]*
 
+# cURL error 60 SSL certificate expired
+-sim:cxxtest
+
 # macOS doesn't have V4L2
 -Darwin,sim:nxcamera
 

Reply via email to