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

WIP: GitHub Actions: Add DB server MySQL, DB client MariaDB case. #1186

Conversation

junaruga
Copy link
Contributor

@junaruga junaruga commented Apr 10, 2021

Related to #1182 , #1183 , I want to add the case: DB server mysql, DB client: mariadb.

else
sudo apt-get install -qq libmysqlclient-dev
fi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved the logic to install libmysqlclient-dev or libmariadb-dev-compat from mysql80.sh to here. Because the environment variable DB_CLIENT is not available in the sudo bash.

@simi
Copy link
Contributor

simi commented Apr 10, 2021

@junaruga I'm just wondering, is this use-case even officially supported? Maybe it will be easier to put some kind of warning for this use-case instead.

@junaruga
Copy link
Contributor Author

@simi Great point. I am not sure about it. And maybe it's unlikely that each upstream MariaDB / MySQL project supports this case. Originally I wanted to have the CI case to verify the reported issue #1182. But we might be able to find another way to verify it without using this CI case.

@junaruga
Copy link
Contributor Author

I would close this PR for now.

@junaruga junaruga closed this Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants