-
Notifications
You must be signed in to change notification settings - Fork 21
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
Limit the go version to three components #2144
Conversation
The go-openssl variant has/had a four component version which confuses the heck out of the go ecosystem. Therefore jfkw patched go-openssl to no longer output the fourth component, but now we have a mismatch between the output go-openssl version and the go-openssl rpm package version. By setting the replace_using_package_version service to parse the patch version, we hopefully eliminate this discrepancy in the `GOLANG_VERSION` environment variable.
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-2144 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2144/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-2144 Build ResultsRepository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=tumbleweed TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/tumbleweed/tumbleweed-2144/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for 7: home:defolos:BCI:Staging:SLE-15-SP7:7-2144 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.7 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-2144/ tox -- -n auto The following images can be pulled from the staging project:
|
The go-openssl variant has/had a four component version which confuses the heck out of the go ecosystem. Therefore @jfkw patched go-openssl to no longer output the fourth component, but now we have a mismatch between the output go-openssl version and the go-openssl rpm package version.
By setting the replace_using_package_version service to parse the patch version, we hopefully eliminate this discrepancy in the
GOLANG_VERSION
environment variable.