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

{Packaging} Use Red Hat Universal Base Image 8 to build el8 RPM package #21655

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Mar 16, 2022

Description

Since we have get authorization to use Red Hat Universal Base Image 8, we can now use it, instead of using CentOS Stream 8 which is an upstream of Red Hat Enterprise Linux 8 and may not be stable.

@ghost ghost requested a review from yonzhan March 16, 2022 03:41
@ghost ghost added the Auto-Assign Auto assign by bot label Mar 16, 2022
@ghost ghost assigned jiasli Mar 16, 2022
@ghost ghost added this to the Mar 2022 (2022-04-05) milestone Mar 16, 2022
@ghost ghost added the Packaging label Mar 16, 2022
@jiasli
Copy link
Member Author

jiasli commented Mar 16, 2022

Unfortunately, we are can reproduce the same slowness on UBI 8 like we do on CentOS Stream 8 (#20918 (comment)).

Running rpmbuild with -vv (verbose) shows the process got stuck at these steps for a very long time:

https://dev.azure.com/azure-sdk/public/_build/results?buildId=1434967&view=logs&j=707224c5-d955-5af6-5194-ad9b52a6939b&t=0ac7d8ff-09b7-5b2c-937a-82ad213556c1

D:      execv(/usr/lib/rpm/pythondeps.sh) pid 4341
D:      waitpid(4341) rc 4341 status 0
D:      execv(/usr/lib/rpm/pythondistdeps.py) pid 4346
D:      waitpid(4346) rc 4346 status 0
D:      execv(/usr/lib/rpm/pythondeps.sh) pid 4347
D:      waitpid(4347) rc 4347 status 0
D:      execv(/usr/lib/rpm/pythondistdeps.py) pid 4352
D:      waitpid(4352) rc 4352 status 0
D:      execv(/usr/lib/rpm/pythondeps.sh) pid 4353
D:      waitpid(4353) rc 4353 status 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants