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

Using grep to limit default NM_SRC_BUILD_TARGET #1434

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

nu404040
Copy link
Contributor

Using grep to limit default NM_SRC_BUILD_TARGET to tags that match
regex: "^[0-9]+[.][0-9]+[.][0-9]+$" . This avoids building from tags like "1.20.0-rc" or "1.17.0-unstable"

This is a fix for issue #1433

regex: "^[0-9]+[.][0-9]+[.][0-9]+$" .  This avoids building from
tags like "1.20.0-rc" or "1.17.0-unstable"
@yorickdowne
Copy link
Contributor

My assumption was that someone who source-builds will seek out a specific tag, and the default is just there as a fallback - and yes, this seems fine to change.

@yorickdowne yorickdowne merged commit 09ee97b into eth-educators:main Jun 22, 2023
13 checks passed
@gitpoap-bot
Copy link

gitpoap-bot bot commented Jun 22, 2023

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2023 eth-docker Contributor:

GitPOAP: 2023 eth-docker Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

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

Successfully merging this pull request may close these issues.

2 participants