fix(ci): set DL_DIR, TMPDIR, SSTATE_DIR to external locations
Some checks failed
diya-opi-distrib / build (push) Has been cancelled
Some checks failed
diya-opi-distrib / build (push) Has been cancelled
This commit is contained in:
parent
526b0ec6eb
commit
12c2928948
@ -16,14 +16,13 @@ jobs:
|
||||
run: git submodule update --init
|
||||
- name: Init env
|
||||
run: |
|
||||
mkdir -p /build/cache
|
||||
mkdir -p /build/downloads
|
||||
mkdir -p /build/sstate-cache
|
||||
mkdir -p /build/tmp
|
||||
ln -sf /build/cache build/cache
|
||||
ln -sf /build/downloads build/downloads
|
||||
ln -sf /build/sstate-cache build/sstate-cache
|
||||
ln -sf /build/tmp build/tmp
|
||||
echo "DL_DIR = \"/build/downloads\"" >> build/conf/local.conf
|
||||
echo "TMPDIR = \"/build/tmp\"" >> build/conf/local.conf
|
||||
echo "SSTATE_DIR = \"/build/sstate-cache\"" >> build/conf/local.conf
|
||||
|
||||
- name: build image for Orpi
|
||||
run: |
|
||||
cd poky && source oe-init-build-env ../build
|
||||
|
Loading…
x
Reference in New Issue
Block a user