mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
tools/ci: Rename sim0x.dat to sim-0x.dat to align with arm-xx.dat
To avoid the build break sim0x.dat will remove in the upcoming patch Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
4a2d4c1950
commit
09a0ed111c
@@ -0,0 +1,23 @@
|
||||
/sim/*/*/*/[a-n]*
|
||||
|
||||
# macOS doesn't have ALSA
|
||||
-Darwin,sim:alsa
|
||||
|
||||
-Darwin,sim:cxxtest
|
||||
-Darwin,sim:libcxxtest
|
||||
|
||||
# Do not build Linux configs
|
||||
-Darwin,sim:linuxi2c
|
||||
|
||||
# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
|
||||
-Darwin,sim:elf
|
||||
-Darwin,sim:foc
|
||||
-Darwin,sim:loadable
|
||||
-Darwin,sim:module32
|
||||
|
||||
# macOS doesn't have X11
|
||||
-Darwin,sim:lvgl
|
||||
-Darwin,sim:nsh2
|
||||
-Darwin,sim:nx11
|
||||
-Darwin,sim:nxlines
|
||||
-Darwin,sim:nxwm
|
||||
@@ -0,0 +1,10 @@
|
||||
/sim/*/*/*/[o-z]*
|
||||
|
||||
# macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
|
||||
-Darwin,sim:posix_spawn
|
||||
-Darwin,sim:rpproxy
|
||||
-Darwin,sim:rpserver
|
||||
-Darwin,sim:sotest32
|
||||
|
||||
# macOS doesn't have X11
|
||||
-Darwin,sim:touchscreen
|
||||
Reference in New Issue
Block a user