[no ci] Workflow: remove redundant dl dir variable

pull/848/head
Viktor 2023-06-05 08:27:28 +02:00 committed by viktorxda
parent cc7ff1b370
commit ce2612189b
2 changed files with 1 additions and 3 deletions

View File

@ -234,7 +234,6 @@ jobs:
echo GIT_HASH=${GIT_HASH} >> ${GITHUB_ENV}
echo GIT_BRANCH=${GIT_BRANCH} >> ${GITHUB_ENV}
export BR2_DL_DIR=/tmp/download
echo BR2_CCACHE=y >> ${CONFIG}
mkdir -p /tmp/ccache
ln -s /tmp/ccache ${HOME}/.buildroot-ccache
@ -252,7 +251,7 @@ jobs:
SIZE2=$(expr ${2} / 1024)
echo - ${1}: [${SIZE1}KB/${SIZE2}KB]
if [ ${SIZE1} -gt ${SIZE2} ]; then
echo -- Error: ${1} size exceeded by $(expr ${SIZE1} - ${SIZE2})KB
echo -- Error: size exceeded by $(expr ${SIZE1} - ${SIZE2})KB
exit 1
fi
}

View File

@ -62,7 +62,6 @@ jobs:
run: |
CONFIG=$(find br-ext-chip-* -name ${{matrix.platform}}_lite_defconfig)
sed -i "s|EXTERNAL=y|EXTERNAL=n|g" ${CONFIG}
export BR2_DL_DIR=/tmp/download
make BOARD=${CONFIG} br-sdk
SDK=$(find output/images -name *_sdk-buildroot.tar.gz)
mv ${SDK} ${GCC}.tgz