Skip to content
Snippets Groups Projects
Commit f1a83abe authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Use bytes for the environment


At present we sometimes see problems in gitlab where the environment has
0x80 characters or sequences which are not valid UTF-8.

Avoid this by using bytes for the environment, both internal to buildman
and when writing out the 'env' file. Add a test to make sure this works
as expected.

Reported-by: default avatarMarek Vasut <marex@denx.de>
Fixes: e5fc79ea ("buildman: Write the environment out to an 'env' file")
Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 8116c78f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment