Owen Zimmerman
Owen Zimmerman
This hasn't had a new release in 4 years btw, looks to be somewhat maintained though.
I guess it fails on rawhide on CI. Works fine on 41 locally, but getting a GPG issue when I try to build off rawhide locally, guessing that's due to...
> > I guess it fails on rawhide on CI. Works fine on 41 locally, but getting a GPG issue when I try to build off rawhide locally, guessing that's...
Added all coreboot licenses, should be all added correctly.
Yay it worked
Was able to get it to build after doing this: ``` export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw" go generate ./cmd/... go build...
> Next time please mark this as ready for review (un-draft this) Was waiting for the RPM to be tested before I did that, it used to build before but...
Just tested on Fedora workstation migrated to Ultramarine, it does not work. ${os_id} is also not a variable, you can just call ${id}. However, it needs to be capitalized like...