Skip to content
Snippets Groups Projects
Commit fece9f56 authored by ab0027's avatar ab0027 💬
Browse files

Dont run rpi-update in chroot

parent b8e5f97b
No related branches found
No related tags found
No related merge requests found
Pipeline #12753 passed
......@@ -98,6 +98,7 @@ build-zynthbox-image-armhf:
- sudo mount --bind /dev/pts $mountdir/dev/pts
- sudo mount --bind /proc $mountdir/proc
- sudo mount --bind /sys $mountdir/sys
- sudo SKIP_WARNING=1 SKIP_BACKUP=1 ROOT_PATH=$mountdir BOOT_PATH=$mountdir/boot rpi-update
- sudo chroot $mountdir apt install zynthbox-z2-setup
- |
set -x
......@@ -111,7 +112,6 @@ build-zynthbox-image-armhf:
cd zyncoder/build
ZYNTHIAN_WIRING_LAYOUT="Z2_V3" cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make -j4 install
SKIP_WARNING=1 SKIP_BACKUP=1 rpi-update
EOF
- sudo chroot $mountdir apt -y clean
- sudo chroot $mountdir rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment