Skip to content

Commit 01fdd22

Browse files
zhkagsupperthomas
andauthored
[menuconfig] 修复 menuconfig 相关问题 (#7686)
Co-authored-by: supperthomas <[email protected]>
1 parent 61c53e3 commit 01fdd22

File tree

7 files changed

+458
-43
lines changed

7 files changed

+458
-43
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
count=$((count+1))
390390
echo "::group::Compiling BSP: ==$count=== $bsp ===="
391391
echo bsp/$bsp
392+
ls bsp/$bsp/Kconfig && scons -C bsp/$bsp --pyconfig-silent
392393
pushd bsp/$bsp && pkgs --update && popd
393394
scons -C bsp/$bsp -j$(nproc) --debug=time | tee output.log || \
394395
{ total_time=$(grep "Total command execution time" output.log | awk '{print $5}'); \

0 commit comments

Comments
 (0)