mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: removed force32 bit option for sitltest-can
multicast does not work on CI as 32 bit binary
This commit is contained in:
parent
914d31b4cf
commit
08fd7973e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user