diff options
| author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-12-10 00:59:05 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-01-02 15:51:54 -0600 |
| commit | f2f69886ac181e74fa378cf49bdee33e6e9a4188 (patch) | |
| tree | eb2993c17baa0aa7cb95ce7d6644001cb2976dff /.gitlab-ci.yml | |
| parent | 737386977b824111e9abd3524be2f7f4f61025b0 (diff) | |
configs: qemu_arm64: disable SEMIHOSTING
Semihosting allows a virtual machine to write to the host file system.
Such dangerous settings should not be in a defconfig.
Move it to a CI configuration override.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08bea0dd234..28a32f9f4d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -387,6 +387,7 @@ qemu_arm64 test.py: variables: TEST_PY_BD: "qemu_arm64" TEST_PY_TEST_SPEC: "not sleep" + OVERRIDE: "-a CONFIG_SEMIHOSTING=y" <<: *buildman_and_testpy_dfn qemu_arm64_lwip test.py: |
