Xiaofeng Wang
Xiaofeng Wang
Just make a rebase for `test install` failure.
What about put RPM building commands into justfile? I can work on it.
If we can build bootc RPM in Containerfile, we can drop Packit build and make localy test easy.
- bootc main COPR build does not have this issue https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/build/9699865/ - And I checked PRs in two weeks, we didn't merge any RPM build failed PRs. So issue should...
fedora-bootc:41 corss arch build failed with this error. Should be the same reason. Thank! ``` org.osbuild.ostree.deploy.container: c3b6f76397267352af8b8372dfced2464874109e7a5f7897f5a2fe8118686fc8 { "osname": "default", "kernel_opts": [ "rw", "console=tty0", "console=ttyS0" ], "target_imgref": "ostree-unverified-registry:quay.io/bootc-test/*****:5jij", "rootfs": {...
> Fwiw, I added a copr repo with a patched qemu in https://copr.fedorainfracloud.org/coprs/michaelvogt/qemu-user-with-openat2/ - with that package installed cross build from amd64->arm64 works again for me (but no word from...
I tried expect, it does not work in our case... e.g. https://github.com/bootc-dev/bootc/issues/1206.
This's what I did: ```diff diff --git i/playbooks/install.yaml w/playbooks/install.yaml index 112673b..7eff66a 100644 --- i/playbooks/install.yaml +++ w/playbooks/install.yaml @@ -94,17 +94,22 @@ - bootc_version is version('1.1.3', '=') + - bootc_version is version('1.1.6',...
`expect` module works, but `system-reinstall-bootc` interactive installation "issue"(not exactly an issue) like https://github.com/bootc-dev/bootc/issues/1206 blocked `expect`.
`rhel.repo` is in deployed system. ``` $ ls -al /etc/yum.repos.d/ total 20 drwxr-xr-x. 2 root root 42 Jun 4 04:22 . drwxr-xr-x. 92 root root 8192 Jun 4 04:36 .....