28b649bc | 07-Sep-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
scripts: apply-renames: Update default clang version to 18
clang 18.1.8 is currently installed in the OpenBMC CI container. Changing the default saves having to explicitly invoke `scripts/ apply-ren
scripts: apply-renames: Update default clang version to 18
clang 18.1.8 is currently installed in the OpenBMC CI container. Changing the default saves having to explicitly invoke `scripts/ apply-renames` with `CLANG_VERSION=18`.
Change-Id: I2f0ff5baf485a34089dc663cb5870efa36f3c3c6 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|
0129c53d | 07-Sep-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
scripts: pre-submit: Run release buildtype tests under valgrind
This is the most important case due to release builds disabling assertions and potentially changing optimization levels and so-forth,
scripts: pre-submit: Run release buildtype tests under valgrind
This is the most important case due to release builds disabling assertions and potentially changing optimization levels and so-forth, where undefined behavior gets its opportunity to shine.
Change-Id: If195a50c7156fcda164fee14ed6071ecd79c019f Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|