tmp: fix hash value in go.sum
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -88,6 +88,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ~/lede
|
cd ~/lede
|
||||||
while true; do make download -j && break || true; done
|
while true; do make download -j && break || true; done
|
||||||
|
make package/feeds/packages/v2ray-plugin/compile || true
|
||||||
|
sed -i 's/Kf9Qot2lLYccEzQfoCdt9img6zo5Vf+PEaoTMfa2S8k=/FGmf5rtUo3xGHyZGJi8jEa7AKin05ROfPtegmGbkCKg=/' build_dir/*/v2ray-plugin-4.37.3/go.sum
|
||||||
make -j$[`nproc`+1] IGNORE_ERRORS=1
|
make -j$[`nproc`+1] IGNORE_ERRORS=1
|
||||||
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz
|
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user