]> git.dujemihanovic.xyz Git - u-boot.git/commit
CI, pytest: Add a test for sandbox without LTO
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:38 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:40 +0000 (14:49 -0500)
commit56ea7c8b7534d676120b37f70427724a1e0965e2
tree30b25923b3db8254012d44cfb8cc877dfccdedff
parent703b5b33cd11ee55dc7196a750666ed773c412cf
CI, pytest: Add a test for sandbox without LTO

The primary motivation for having a sandbox without LTO build in CI is
to ensure that we don't have that option break. We now have the ability
to run tests of specific options being enabled/disabled, so drop the
parts of CI that build and test that configuration specifically and add
a build test instead. We still test that "NO_LTO=1" rather than editing
the config file works via the ftrace tests.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml
test/py/tests/test_sandbox_opts.py