Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL and openSUSE #1128

Open
PoneyClairDeLune opened this issue Feb 4, 2024 · 6 comments
Open

RHEL and openSUSE #1128

PoneyClairDeLune opened this issue Feb 4, 2024 · 6 comments

Comments

@PoneyClairDeLune
Copy link

PoneyClairDeLune commented Feb 4, 2024

Please also build for RHEL 8 and RHEL 9 (e.g. Rocky Linux, AlmaLinux), on top of the existing CentOS Stream offers on Fedora COPR.

And please also build for openSUSE, both for Leap and Tumbleweed.

@neilalexander
Copy link
Member

Do these distributions have Go 1.20 in their repositories?

@PoneyClairDeLune
Copy link
Author

For RHEL 9, yes, it's provided natively. openSUSE Tumbleweed also, but openSUSE Leap (5.15) requires manual installation.

@neilalexander
Copy link
Member

I've enabled RHEL 9 and openSUSE Tumbleweed on my COPR. The builds appear to have succeeded.

We won't be able to enable openSUSE Leap if Go 1.20 isn't available in the repositories as we don't control the build environment fully on the COPR builders.

@PoneyClairDeLune
Copy link
Author

There is one thing to consider though: additional packages for RHEL are actually under the EPEL name, so the packages should be under epel-9-<arch> (epel-9-x86_64 and epel-9-aarch64). Is there a way to set epel-9 to be an alias of rhel-9 to prevent possible exceptions?

@neilalexander
Copy link
Member

No idea about aliases but I've enabled epel-9-x86_64 and epel-9-aarch64 and they appear to have built fine too.

@PoneyClairDeLune
Copy link
Author

Thanks for the RHEL 9 build! It seems to be working quite well.

Checked again on openSUSE Leap 15.5, and Go 1.21 is now available:

# zypper if go
Loading repository data...
Reading installed packages...


Information for package go:
---------------------------
Repository     : Update repository with updates from SUSE Linux Enterprise 15
Name           : go
Version        : 1.21-150000.3.32.1
Arch           : aarch64
Vendor         : SUSE LLC <https://www.suse.com/>
Installed Size : 82 B
Installed      : No
Status         : not installed
Source package : go-1.21-150000.3.32.1.src
Upstream URL   : http://golang.org
Summary        : A compiled, garbage-collected, concurrent programming language
Description    : 
    Go is an expressive, concurrent, garbage collected systems programming language
    that is type safe and memory safe. It has pointers but no pointer arithmetic.
    Go has fast builds, clean syntax, garbage collection, methods for any type, and
    run-time reflection. It feels like a dynamic language but has the speed and
    safety of a static language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants