Commit graph

32 commits

Author SHA1 Message Date
Alexander Barkov
c4bf4ce948 Merge remote-tracking branch 'origin/11.2' into 11.4 2024-06-17 15:46:39 +04:00
Marko Mäkelä
a687cf8661 Merge 10.5 into 10.6 2024-06-07 10:03:51 +03:00
Vladislav Vaintroub
db9c2d225e fix typo 2024-06-05 14:28:50 +02:00
Vladislav Vaintroub
bfd3f45e8e Appveyor - better filtering for branches to match buildbot 2024-06-05 12:26:46 +02:00
Vladislav Vaintroub
b242b44f0a Appveyor build - skip irrelevant commits
Since we're only building on Windows, skip changes to debian directory
and to shell scripts.
2024-06-05 12:13:33 +02:00
Vladislav Vaintroub
aa04bba47b Fix appveyor build with newer OpenSSL.
Using /WX (warning as error) during configuration step caused
HAVE_OPENSSL_APPLINK_C to be OFF

This made client utilities fail with "Applink not found" during runtime.

Hardcode -DHAVE_OPENSSL_APPLINK_C=1 for CMake for now, fix connector
later.
2024-05-27 22:03:52 +02:00
Vladislav Vaintroub
8e980acb9e Appveyor - use latest available OpenSSL on appveyor (currently 3.2) 2024-05-27 15:06:39 +02:00
Marko Mäkelä
30914389fe Merge 10.5 into 10.6 2022-07-27 17:52:37 +03:00
Vladislav Vaintroub
8c8bd4bebf Fix typo in appveyor.yml
The convention used for options in mtr are 2 underscores
Prior to this patch, the "parallel" option used only one underscore
2022-07-04 19:24:58 +02:00
Oleksandr Byelkin
f5c5f8e41e Merge branch '10.5' into 10.6 2022-02-03 17:01:31 +01:00
Vladislav Vaintroub
80d33261ea Windows, appveyor - use VS2022 2022-01-09 13:56:50 +01:00
Vladislav Vaintroub
3fb3acf58e Windows, appveyor - use Cygwin's bison again
The bug that made build stuck in bison call seems to have disappeared
with image update
2022-01-09 00:19:06 +01:00
Marko Mäkelä
3f5726768f Merge 10.5 into 10.6 2022-01-04 09:26:38 +02:00
Vladislav Vaintroub
d5ceddb391 Appveyor - cache chocolatey packages 2021-12-07 01:28:51 +01:00
Vladislav Vaintroub
3ab358f0f1 appveyor - do not use buggy cygwin bison. 2021-11-04 10:22:06 +01:00
Vladislav Vaintroub
322fc4f4b3 appveyor - do not use buggy cygwin bison. 2021-11-04 07:34:55 +01:00
Marko Mäkelä
d8c6c53a06 Merge 10.5 into 10.6 2021-10-28 09:08:58 +03:00
Vladislav Vaintroub
2084800768 Try to fix appveyor to prevent occasional failing of mysql_client_test
Sometimes, although not often, it would timeout after 3 minutes.
2021-10-26 14:33:07 +02:00
Vladislav Vaintroub
f345172379 MDEV-26527 speedup appveyor build - 10.2 2021-09-11 15:19:42 +02:00
Vladislav Vaintroub
8ada144012 MDEV-26527 : appveyor - do not clone Columnstore 2021-09-11 00:54:08 +02:00
Vladislav Vaintroub
b873651e3c MDEV-26527 - disable unneeded submodules, too 2021-09-10 16:27:38 +02:00
Vladislav Vaintroub
d8943b0cc3 MDEV-26527 speedup appveyor build
Define custom target for minimal testable build use it in appveyor.yml
2021-09-06 13:55:14 +02:00
Vladislav Vaintroub
7dd85c0ffd MDEV-26527 speedup appveyor build
- set clone_depth to 1. Otherwise, appveyor spends
  4.5 minutes for the "git clone" alone

- Use Ninja instead of msbuild, it is (a bit) faster

- do not compile perfschema, or dynamic plugins
  to save time on compilation, or test execution.

- use -DFAST_BUILD=1 to speedup build a little

- increase number of parallel jobs used in build and test.
- Exclude some slow tests from the main suite.
2021-09-06 13:55:14 +02:00
Marko Mäkelä
82c07b178a MDEV-25288 follow-up: Remove traces of unstable-tests 2021-06-11 15:59:02 +03:00
Vladislav Vaintroub
44836bcd12 Fix appvyeor's perl.exe path
The one which is in PATH by default is MinGW perl, which uses Unix paths.
This perl does not work with mtr.
2020-11-03 10:47:25 +01:00
Vladislav Vaintroub
504d4c1ff6 Windows : require at least VS2019 for MSVC.
This will  avoid some errors on appveyor, due to outdated SDKs.
2020-11-02 11:11:05 +01:00
Rasmus Johansson
8f9c8579d0 Appveyor configuration and addition of badge 2019-05-09 10:56:15 +02:00
Rasmus Johansson
2ffa11e33e Appveyor configuration and addition of badge 2019-01-10 11:58:02 +01:00
Vladislav Vaintroub
1a10b261d0 Add some hints for finding bison on its usual locations on Windows. 2018-02-14 17:01:07 +00:00
Vladislav Vaintroub
f4f46ec13a Attempt to fix appveyor 2018-02-01 12:50:58 +00:00
Daniel Black
c3bd0b0301 Appveyor: apply feedback from wlad, timeout=4
PKG_CONFIG does not really work on Windows, Strawberry perl's uses mingw
libraries, which VS compiler cannot use,

BOOST not used.

Tests main.query_cache_debug and main.mdev-504 timed out on debug build
at 2 minutes so increase the timeout to 4 minutes.

Overall build time was 30 min 44 seconds so plenty of time currently.

Signed-off-by: Daniel Black <daniel@linux.vnet.ibm.com>
2017-12-25 12:00:52 +01:00
Daniel Black
e8182df142 MDEV-12386: Use AppVeyor for public Windows CI
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
2017-12-25 12:00:52 +01:00