-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
The module list that I have is the following
export MODULES="base(raspicam, network, disable-services(dev-libs(octopi, beamos)), password-for-sudo)"It would seem that CustomPiOS tries to copy the qemu-arm-static file while it's already being used, possibly because it should only be copied once instead of doing copied for each nested module?
+ execute_chroot_script /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs/end_chroot_script
+ '[' -f /.dockerenv ']'
+ '[' -d /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs/filesystem ']'
++ arch
+ '[' x86_64 '!=' armv7l ']'
++ arch
+ '[' x86_64 '!=' aarch64 ']'
+ '[' armv7l == armv7l ']'
++ which qemu-arm-static
+ cp /usr/bin/qemu-arm-static usr/bin/qemu-arm-static
cp: cannot create regular file 'usr/bin/qemu-arm-static': Text file busy
++++ echo_red 'build failed, unmounting image...'
See Build log
Metadata
Metadata
Assignees
Labels
No labels