1 parent 42ded7f commit fd08392Copy full SHA for fd08392
1 file changed
.github/workflows/BPI-R4-Minimal-MTK-Bootloader-Test.yml
@@ -94,7 +94,15 @@ jobs:
94
echo "=== Step 5: Download ==="
95
make download -j$(nproc)
96
97
- echo "=== Step 6: Compile ==="
+ echo "=== Step 6: Refresh host tar ==="
98
+ rm -rf build_dir/host/tar-* \
99
+ staging_dir/host/stamp/.tar_installed \
100
+ staging_dir/host/bin/tar \
101
+ staging_dir/host/share/man/man1/tar.1 \
102
+ staging_dir/host/man/man1/tar.1
103
+ make -j1 V=sc tools/tar/compile
104
+
105
+ echo "=== Step 7: Compile ==="
106
IGNORE_ERRORS=1 make -j$(nproc)
107
108
# 3. Fix permissions
@@ -111,4 +119,4 @@ jobs:
111
119
-e CURRENT_GID=$CURRENT_GID \
112
120
-e BPI_R4_GPT_LAYOUT=$GPT_LAYOUT \
113
121
ubuntu:24.04 \
114
- bash build_script.sh
122
+ bash build_script.sh
0 commit comments