Brew doesn't appear after adding brew.yml to build

Hi, I recently migrated my build from bluefin-dx to quay.io/fedora-ostree-desktops/silverblue. I tried installing homebrew with their script but instantly noticed the missing development tools packages, so I tried using the brew module from bluebuild but it doesn't appear installed after booting the build
6 Replies
fiftydinar
fiftydinar7d ago
Hello, can you please show me the logs of these commands? fpaste link will be generated, which lasts 24 hours. journalctl -u brew-setup.service | fpaste journalctl -u brew-update.service | fpaste journalctl -u brew-upgrade.service | fpaste 1st one should be the most important one, but let's include logs of all 3 services, just in case it's something happening there too.
Makari
MakariOP7d ago
brew-setup.service: https://paste.centos.org/view/998fe1f1 brew-update.service: https://paste.centos.org/view/295f858e brew-upgrade.service: https://paste.centos.org/view/8b411fb9 I installed brew with the command they show in their website after booting my build.
Luke Skywunker
This looks to be the cause Setup Brew was skipped because of an unmet condition check (ConditionPathExists=!/var/home/linuxbrew/.linuxbrew).
Makari
MakariOP7d ago
It exist, but I don't know if it's because I installed brew by myself of because of the brew module
No description
xyny
xyny4d ago
if you installed brew yourself, that directory will exist you can remove it (and brew) to try to test out if the bluebuild module works or not
Makari
MakariOP3d ago
Thanks for helping me! After this tip and trying it in a VM, I could confirm the module is working correctly

Did you find this page helpful?