Skip to content
Snippets Groups Projects
Commit dbc15c60 authored by minute's avatar minute
Browse files

Merge branch 'sysimage-v3' into 'sysimage-v3'

/tmp might be too small for the full system, so we set a different TMPDIR

See merge request !39
parents 02fbdcac c2040124
No related branches found
No related tags found
2 merge requests!47System Image V3 Release,!39/tmp might be too small for the full system, so we set a different TMPDIR
...@@ -16,6 +16,9 @@ else ...@@ -16,6 +16,9 @@ else
fi fi
export SOURCE_DATE_EPOCH export SOURCE_DATE_EPOCH
# /tmp might be too small for the full system, so we set a different TMPDIR
export TMPDIR="$(pwd)"
# download u-boot from CI # download u-boot from CI
/usr/lib/apt/apt-helper download-file https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/master/raw/flash.bin\?job\=build flash.bin /usr/lib/apt/apt-helper download-file https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/master/raw/flash.bin\?job\=build flash.bin
......
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