Hal Emmerich 4 anni fa
parent
commit
f8bc01afc0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/build-image.sh

+ 2 - 0
tests/build-image.sh

@@ -26,7 +26,9 @@ cd "$(dirname "$0")/.."
 apt-get update
 
 # Note: this is a copy/paste from README.md, if you add anything here, also update it!
+# Please make note of the "-y" that is not in the readme command. Not keeping it will break CI :)
 apt install --no-install-recommends --no-install-suggests \
+    -y \
     bc binfmt-support bison build-essential bzip2 ca-certificates cgpt cmake cpio debhelper \
     debootstrap device-tree-compiler devscripts file flex g++ gawk gcc gcc-arm-none-eabi git gpg \
     gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \