Skip to content

Commit

Permalink
tools/ci.sh: Report code size for VIRT_RV32 as well.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
agatti authored and dpgeorge committed Sep 23, 2024
1 parent 58e7689 commit 3e085c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e085c3

Please sign in to comment.