crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
100 stars 50 forks source link

Missing qemu-user-static-x86-8.2.4-1.fc40.aarch64.rpm on kojipkgs.fedoraproject.org #967

Open adrianriobo opened 2 hours ago

adrianriobo commented 2 hours ago

Building arm64 bundles for 4.17.0-rc5 the snc execution failed due to missing qemu static rpm

cfergeau commented 2 hours ago

qemu-user-static-x86-8.2.4-1.fc40.aarch64.rpm was never released as on official f40 update, and now the build has been deleted https://koji.fedoraproject.org/koji/buildinfo?buildID=2465534 In the future, better to pick a build which is tagged in f40-updates, these ones should not go away.

cfergeau commented 2 hours ago

Might be better to temporarily add/enable a f40-updates repo so that we always get the latest official build instead of hardcoding the URL.

$ cat /etc/yum.repos.d/fedora-updates.repo 
[updates]
name=Fedora $releasever - $basearch - Updates
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
praveenkumar commented 1 hour ago

@redbeam do you want to take a look into https://github.com/crc-org/snc/issues/967#issuecomment-2373408749 one?