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

Migrate appveyor build to MySql 8 #3450

Conversation

fredericDelaporte
Copy link
Member

Replace #3447 .

Or maybe not: on that branch, MySql appveyor failures are allowed. But without doing that, the build would entirely fail instead of failing just for a few tests.

@@ -21,6 +21,7 @@
<NhNetCoreApp>false</NhNetCoreApp>
<NhNetCoreApp Condition="$(TargetFramework.StartsWith('netcoreapp'))">true</NhNetCoreApp>
<DefineConstants Condition="$(NhNetCoreApp) AND $(NhVbNet) == ''" >NETCOREAPP2_0_OR_GREATER;$(DefineConstants)</DefineConstants>
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
Copy link
Member Author

Choose a reason for hiding this comment

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

We can no more compile the 5.3.x branch without downgrading from errors these warnings back to warnings.

Copy link
Member

Choose a reason for hiding this comment

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

Just tested GHA build on my 5.3.x branch - it builds without any issues:
https://github.com/bahusoid/nhibernate-core/actions/runs/7003210288/job/19048468922

@bahusoid

This comment was marked as outdated.

@bahusoid
Copy link
Member

Or maybe not: on that branch, MySql appveyor failures are allowed.

Yeah seems we don't need it for 5.3.x:

Start-Service : Cannot find any service with service name 'MySQL80'.
At line:24 char:5
+     Start-Service 'MySQL80'

VS 2017 image is used on AppVeyour on 5.3.x branch and MySql 5.7 still there.

We need it for 5.4.x

@fredericDelaporte fredericDelaporte removed this from the 5.3.20 milestone Nov 27, 2023
@fredericDelaporte fredericDelaporte deleted the appveyor-mySql-5.3.x branch November 27, 2023 20:03
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