-
Notifications
You must be signed in to change notification settings - Fork 37.7k
ci: Bump CentOS 8 image #24212
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
Merged
Merged
ci: Bump CentOS 8 image #24212
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concept ACK, considering:
|
zeromq-4.3.4-2.el8.x86_64
Removed:
coreutils-single-8.30-12.el8.x86_64
Complete!
bash: free: command not found
Exit status: 127 |
Trying with procps-ng ... |
fa96dfe
to
fa388b1
Compare
|
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -47,7 +47,7 @@ if [[ $HOST = *-mingw32 ]]; then
DOCKER_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
fi
if [ -z "$NO_DEPENDS" ]; then
- if [[ $DOCKER_NAME_TAG == centos* ]]; then
+ if [[ $DOCKER_NAME_TAG == *centos* ]]; then
# CentOS has problems building the depends if the config shell is not explicitly set
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
# an error as the first command is executed) |
-BEGIN VERIFY SCRIPT- sed -i "s/DOCKER_EXEC/CI_EXEC/g" $(git grep -l DOCKER_EXEC) -END VERIFY SCRIPT-
utACK fafc55a with the caveat that I've never used CentOS. |
Just to give some more context:
|
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Feb 1, 2022
This was referenced Feb 2, 2022
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 4, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 4, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
hebasto
pushed a commit
to hebasto/bitcoin
that referenced
this pull request
Feb 6, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
hebasto
pushed a commit
to hebasto/bitcoin
that referenced
this pull request
Feb 6, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 9, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 9, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 9, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 9, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fa5457e
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Feb 14, 2022
Github-Pull: bitcoin#24212 Rebased-From: fafc55a
Being backported in #24256. |
fanquake
added a commit
that referenced
this pull request
Feb 15, 2022
d34691c ci: Use dash when building depends in centos build (MarcoFalke) b5d12ed ci: Bump CentOS 8 image (MarcoFalke) 685ac6a build: fix depends zeromq dash compatibility (fanquake) 4b92a6b build: libXau 1.0.9 (fanquake) Pull request description: Backports #24212 to the 22.x branch. Included a bump to libXau and an additional commit for zeromq to fix dash compatibility. ACKs for top commit: hebasto: ACK d34691c Tree-SHA512: 862b819df6d74cfb0499d1f1040cfbf70dc4449108521466ff22db48b942949fec5c5e93d5f652109f228eac8e60413830f7c22b3879a0bd2441a60b87470972
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CentOS 8 was just shut down:
Fix that by bumping the image.