From e728176d4ed57ca50c4d7b1f9d4249e72965ad8b Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 8 Feb 2024 10:32:06 +0100 Subject: [PATCH] .github: Autotest build need debug flag, rover also need enable-math-check-indexes. Fix caching --- .github/workflows/test_sitl_blimp.yml | 2 +- .github/workflows/test_sitl_copter.yml | 2 +- .github/workflows/test_sitl_periph.yml | 2 +- .github/workflows/test_sitl_plane.yml | 2 +- .github/workflows/test_sitl_rover.yml | 2 +- .github/workflows/test_sitl_sub.yml | 2 +- .github/workflows/test_sitl_tracker.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_sitl_blimp.yml b/.github/workflows/test_sitl_blimp.yml index c43546273c50c..d4530e6614dc0 100644 --- a/.github/workflows/test_sitl_blimp.yml +++ b/.github/workflows/test_sitl_blimp.yml @@ -200,7 +200,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug ./waf build --target bin/blimp ccache -s ccache -z diff --git a/.github/workflows/test_sitl_copter.yml b/.github/workflows/test_sitl_copter.yml index 0a379980978e6..c3e8dd622f1ca 100644 --- a/.github/workflows/test_sitl_copter.yml +++ b/.github/workflows/test_sitl_copter.yml @@ -198,7 +198,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug ./waf build --target bin/arducopter ccache -s ccache -z diff --git a/.github/workflows/test_sitl_periph.yml b/.github/workflows/test_sitl_periph.yml index df6588792cfe7..e538b7aa58700 100644 --- a/.github/workflows/test_sitl_periph.yml +++ b/.github/workflows/test_sitl_periph.yml @@ -192,7 +192,7 @@ jobs: run: | git config --global --add safe.directory ${GITHUB_WORKSPACE} PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl_periph_universal + ./waf configure --board sitl_periph_universal --debug ./waf build --target bin/AP_Periph ccache -s ccache -z diff --git a/.github/workflows/test_sitl_plane.yml b/.github/workflows/test_sitl_plane.yml index 18b1f0a801901..245c738a2bb93 100644 --- a/.github/workflows/test_sitl_plane.yml +++ b/.github/workflows/test_sitl_plane.yml @@ -199,7 +199,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug ./waf build --target bin/arduplane ccache -s ccache -z diff --git a/.github/workflows/test_sitl_rover.yml b/.github/workflows/test_sitl_rover.yml index 444ad7f2118c6..e778f5953a2a8 100644 --- a/.github/workflows/test_sitl_rover.yml +++ b/.github/workflows/test_sitl_rover.yml @@ -200,7 +200,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug --enable-math-check-indexes ./waf build --target bin/ardurover ccache -s ccache -z diff --git a/.github/workflows/test_sitl_sub.yml b/.github/workflows/test_sitl_sub.yml index 65812b31b79e5..d4d84b38cd20f 100644 --- a/.github/workflows/test_sitl_sub.yml +++ b/.github/workflows/test_sitl_sub.yml @@ -201,7 +201,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug ./waf build --target bin/ardusub ccache -s ccache -z diff --git a/.github/workflows/test_sitl_tracker.yml b/.github/workflows/test_sitl_tracker.yml index e9e20eccfd8ae..7bb633e0e552a 100644 --- a/.github/workflows/test_sitl_tracker.yml +++ b/.github/workflows/test_sitl_tracker.yml @@ -201,7 +201,7 @@ jobs: export CXX=clang++ fi PATH="/github/home/.local/bin:$PATH" - ./waf configure --board sitl + ./waf configure --board sitl --debug ./waf build --target bin/antennatracker ccache -s ccache -z