mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Supress error in case we remove all hash files
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -227,7 +227,7 @@ jobs:
|
||||
./compile.sh KERNEL_ONLY="yes" BOARD="bananapi" BRANCH="current" KERNEL_CONFIGURE="no" \
|
||||
REPOSITORY_INSTALL="u-boot,kernel" 'prepare_host'
|
||||
mkdir -p cache/hash-beta
|
||||
sudo rsync -ar --delete ../scripts/hash-beta/. cache/hash-beta/
|
||||
sudo rsync -ar --delete ../scripts/hash-beta/. cache/hash-beta/ 2> /dev/null
|
||||
sudo cp ../scripts/configs/* userpatches/
|
||||
sudo rm -f userpatches/targets.conf
|
||||
./compile.sh all-new-beta-kernels
|
||||
@@ -370,7 +370,7 @@ jobs:
|
||||
./compile.sh KERNEL_ONLY="yes" BOARD="bananapi" BRANCH="current" KERNEL_CONFIGURE="no" \
|
||||
REPOSITORY_INSTALL="u-boot,kernel" 'prepare_host'
|
||||
mkdir -p cache/hash/
|
||||
sudo rsync -ar --delete ../scripts/hash/. cache/hash/
|
||||
sudo rsync -ar --delete ../scripts/hash/. cache/hash/ 2> /dev/null
|
||||
sudo cp ../scripts/configs/* userpatches/
|
||||
cat config/targets.conf | grep edge | grep cli | grep hirsute | sudo tee userpatches/targets.conf 1>/dev/null
|
||||
./compile.sh all-new-stable-kernels
|
||||
|
||||
Reference in New Issue
Block a user