diff options
-rwxr-xr-x | scripts/build/binary_onie | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/build/binary_onie b/scripts/build/binary_onie index 2f0a60333..45700d4d5 100755 --- a/scripts/build/binary_onie +++ b/scripts/build/binary_onie @@ -66,12 +66,6 @@ Check_package host /usr/bin/xz xz-utils Check_package host /bin/bzcat bzip2 Check_package host /bin/bzip2 bzip2 -# Restoring cache -Restore_cache cache/packages.binary - -# Installing depends -Install_package - ### Adds needed helper script ## Based on https://github.com/opencomputeproject/onie/blob/master/contrib/debian-iso/sharch_body.sh cat > sharch_body.sh << EOF @@ -340,11 +334,5 @@ echo " Done." ls -la $(basename $output_file) Echo_message "onie-installer created..." -# Saving cache -Save_cache cache/packages.binary - -# Removing depends -Remove_package - # Creating stage file Create_stagefile .build/binary_onie |