mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
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:
parent
b62de33a9b
commit
ce8da5033a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue