Skip to content

Commit 8dc13c0

Browse files
authored
Turn off Bluetooth plugins in build template (#957)
Disable Bluetooth-related plugins in the build configuration.
1 parent 153e814 commit 8dc13c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Linux build template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ jobs:
114114
-DEXAMPLE_MESSAGECONTROL_UDP_CLIENT=ON \
115115
-DEXAMPLE_PLUGINSMARTINTERFACETYPE_EXAMPLE=ON \
116116
-DEXAMPLE_SIMPLECOMRPC_TEST=ON \
117-
-DPLUGIN_BLUETOOTH=ON \
118-
-DPLUGIN_BLUETOOTHREMOTECONTROL=ON \
119-
-DPLUGIN_BLUETOOTHAUDIO=ON \
120-
-DPLUGIN_BLUETOOTHSDPSERVER=ON \
117+
-DPLUGIN_BLUETOOTH=OFF \
118+
-DPLUGIN_BLUETOOTHREMOTECONTROL=OFF \
119+
-DPLUGIN_BLUETOOTHAUDIO=OFF \
120+
-DPLUGIN_BLUETOOTHSDPSERVER=OFF \
121121
-DPLUGIN_CECCONTROL=ON \
122122
-DPLUGIN_COMMANDER=ON \
123123
-DPLUGIN_COMPOSITOR=ON \

0 commit comments

Comments
 (0)