blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
23 stars 25 forks source link

gnome-vrr.sh does not work with startingpoint #94

Closed SkyfallWasTaken closed 6 months ago

SkyfallWasTaken commented 6 months ago

When installing gnome-vrr with bling, startingpoint builds fail with this error message:

Pulling from bling: gnome-vrr

/tmp/modules/bling/installers/gnome-vrr.sh: line 6: FEDORA_MAJOR_VERSION: unbound variable
error building at STEP "RUN chmod +x /tmp/build.sh && /tmp/build.sh &&     rm -rf /tmp/* /var/* && ostree container commit": error while running runtime: exit status 1
time="2023-12-30T23:56:31Z" level=error msg="exit status 1"
Error: Error: buildah exited with code 1

(full log: https://github.com/SkyfallWasTaken/rivera-os/actions/runs/7367033452/job/20049830530)

Commenting out gnome-vrr in recipe.yml removes the error message and the image can successfully build.