[no ci] Workflow: remove redundant info command

pull/862/head
Viktor 2023-06-08 08:34:01 +02:00 committed by viktorxda
parent 401350d254
commit 2ac48f5341
2 changed files with 2 additions and 7 deletions

View File

@ -228,17 +228,16 @@ jobs:
echo BR2_CCACHE=y >> ${CONFIG}
mkdir -p /tmp/ccache
ln -s /tmp/ccache ${HOME}/.buildroot-ccache
SECONDS=0
echo ------------------------------------------------------------
make BOARD=${CONFIG} info
echo ${CONFIG}
echo ------------------------------------------------------------
cat ${CONFIG}
echo ------------------------------------------------------------
make BOARD=${CONFIG} all
echo ------------------------------------------------------------
TIME=$(date -d @$SECONDS +%M:%S)
TIME=$(date -d @${SECONDS} +%M:%S)
echo TIME=${TIME} >> ${GITHUB_ENV}
echo Build time: ${TIME}

View File

@ -47,9 +47,5 @@ clean:
distclean:
@rm -rf buildroot-$(BR_VER) $(BR_FILE) $(TARGET)
info:
@echo $(CONFIG):
@cat $(CONFIG) | grep BR2_OPENIPC | tr -d '"' | sed "s|BR2_OPENIPC_||g"
list:
@ls -1 br-ext-chip-*/configs