mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
ci/test: Remove FTDI from CI to avoid failure
Even after installing the ftdi library on CI it doesn't work to compile the sim:ft2232h_gpio, so remove it from CI test. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
111f3fff4f
commit
33f5cf9525
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
/sim/*/*/*/c[j-z]*
|
||||
/sim/*/*/*/[d-n]*
|
||||
|
||||
# FTDI lib doesn't work on CI
|
||||
-sim:ft2232h_gpio
|
||||
|
||||
# cURL error 60 SSL certificate expired
|
||||
-sim:cxxtest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue