We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
buildall.sh:222: if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then buildall.sh:293:if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then source/llvm/build-source-tarball.sh:55: if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then
CentOS.*5\.[[:digit:]] matches my CenOS 7.5
CentOS.*5\.[[:digit:]]
# lsb_release -r -i Distributor ID: CentOS Release: 7.5.1804
The text was updated successfully, but these errors were encountered:
@wangyishuai007 if you'd like to submit a pull request to fix it, please feel free.
Sorry, something went wrong.
No branches or pull requests
CentOS.*5\.[[:digit:]]
matches my CenOS 7.5The text was updated successfully, but these errors were encountered: