Tools: removed force32 bit option for sitltest-can

multicast does not work on CI as 32 bit binary
This commit is contained in:
Andrew Tridgell 2023-08-21 15:21:57 +10:00 committed by Peter Barker
parent 914d31b4cf
commit 08fd7973e2

View File

@ -130,7 +130,7 @@ for t in $CI_BUILD_TARGET; do
fi
if [ "$t" == "sitltest-can" ]; then
echo "Building SITL Periph GPS"
$waf configure --board sitl --force-32bit
$waf configure --board sitl
$waf copter
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
continue