Skip to content

Commit

Permalink
remove install package
Browse files Browse the repository at this point in the history
Signed-off-by: Yizhen Zhang <[email protected]>
  • Loading branch information
LuminaScript committed Jul 31, 2024
1 parent b186f87 commit 5ad20ab
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build_scripts/build_collect_diff
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@

set -e

# check and install gcc-11 if not already installed
install_package_safe() {
if ! command -v libssl-dev &> /dev/null; then
sudo apt-get update
sudo apt-get install -y libssl-dev
else
echo "libssl-dev is already installed."
fi
}

# safely apply a patch to linux kernel
apply_patch() {
# shellcheck disable=SC2154
Expand Down Expand Up @@ -128,9 +118,8 @@ echo "Generating source file list for $TAG1"
git checkout "$TAG1"
# Preparation before running make
apply_patch
install_package_safe
echo "starting to run make olddefconfig"
make olddefconfig
make defconfig
echo "finished make olddefconfig"


Expand Down

0 comments on commit 5ad20ab

Please sign in to comment.