ci/lava: Add a note about an otherwise-mysterious error you can encounter.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40959>
This commit is contained in:
Emma Anholt 2026-03-20 09:05:38 -07:00 committed by Marge Bot
parent b62de33a9b
commit ce8da5033a

View file

@ -48,6 +48,8 @@ tail -f results/lava.log &
set -x
# List of optional overlays
# NOTE: If you encounter "Attempted path traversal in tar file at /dev/ttyS1",
# that is an indication that one of your rootfs and overlays contain a duplicate file.
LAVA_EXTRA_OVERLAYS=()
if [ -n "${LAVA_FIRMWARE:-}" ]; then
for fw in $LAVA_FIRMWARE; do