diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f3b7ccb..87d4b6d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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