Skip to content

Commit 3e085c3

Browse files
agattidpgeorge
authored andcommitted
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 <[email protected]>
1 parent 58e7689 commit 3e085c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ function ci_code_size_setup {
5555
sudo apt-get install gcc-multilib
5656
gcc --version
5757
ci_gcc_arm_setup
58+
ci_gcc_riscv_setup
5859
}
5960

6061
function ci_code_size_build {
6162
# check the following ports for the change in their code size
62-
PORTS_TO_CHECK=bmusxpd
63+
PORTS_TO_CHECK=bmusxpdv
6364
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"
6465

6566
# starts off at either the ref/pull/N/merge FETCH_HEAD, or the current branch HEAD

0 commit comments

Comments
 (0)