maracuja Posted October 10, 2020 Posted October 10, 2020 I'm trying to add some extra packages and configuration changes to build v20.08. I did the following: git clone -b v20.08 https://github.com/armbian/build build-orange-pi-v20.08 cd build-orange-pi-v20.08 && git reset --hard 6e9b07e touch .ignore_changes ./compile.sh docker BRANCH=current BOARD=orangepizero KERNEL_ONLY=no KERNEL_CONFIGURE=no RELEASE=buster BUILD_DESKTOP=no CLEAN_LEVEL="" NO_APT_CACHER=yes The build ends with "ERROR in function compile_kernel [ compilation.sh:411 ]" When I clone the master without sticking to a revision, it's working fine. But I want to stick to an "official" build. How can this be done?
Solution Werner Posted October 10, 2020 Solution Posted October 10, 2020 https://github.com/armbian/build/issues/2248
maracuja Posted October 10, 2020 Author Posted October 10, 2020 Ok, apparently it is not possible to reproduce old builds after more than ~ 1 month.
Igor Posted October 10, 2020 Posted October 10, 2020 1 minute ago, maracuja said: Ok, apparently it is not possible to reproduce old builds True. That luxury is too expensive to provide.
Recommended Posts