diff options
| author | Alessandro Gatti <a.gatti@frob.it> | 2024-09-13 15:48:58 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-09-23 13:03:26 +1000 |
| commit | 3e085c3aa67c8517678440d4b37754ee555bb809 (patch) | |
| tree | 1778d7cba59d9894502188022288dd2931e4b924 /tools | |
| parent | 58e768914266dbe07eb1a9a2894e92957e6322eb (diff) | |
tools/ci.sh: Report code size for `VIRT_RV32` as well.
This commit adds the `VIRT_RV32` board to the list of targets for
calculating code size changes as part of the CI pipeline.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 4e860a791..946ef86a3 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -55,11 +55,12 @@ function ci_code_size_setup { sudo apt-get install gcc-multilib gcc --version ci_gcc_arm_setup + ci_gcc_riscv_setup } function ci_code_size_build { # check the following ports for the change in their code size - PORTS_TO_CHECK=bmusxpd + PORTS_TO_CHECK=bmusxpdv SUBMODULES="lib/asf4 lib/berkeley-db-1.xx lib/btstack lib/cyw43-driver lib/lwip lib/mbedtls lib/micropython-lib lib/nxp_driver lib/pico-sdk lib/stm32lib lib/tinyusb" # starts off at either the ref/pull/N/merge FETCH_HEAD, or the current branch HEAD |
