MDEV-33420: HASHICORP_KEY_MANAGEMENT fails on Windows with libcurl installed - #3068
Closed
an3l wants to merge 1 commit into
Closed
MDEV-33420: HASHICORP_KEY_MANAGEMENT fails on Windows with libcurl installed#3068an3l wants to merge 1 commit into
an3l wants to merge 1 commit into
Conversation
an3l
added a commit
to an3l/server
that referenced
this pull request
Feb 15, 2024
…stalled - When libcurl is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix cmake by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Add package to Server component in Windows - Closes PR MariaDB#3068 - Reviewer: <>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
February 15, 2024 15:54
45938d5 to
18ee808
Compare
an3l
added a commit
to an3l/server
that referenced
this pull request
Feb 15, 2024
…stalled - When libcurl is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix cmake by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Add package to Server component in Windows - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
February 15, 2024 15:58
18ee808 to
7273389
Compare
an3l
added a commit
to an3l/server
that referenced
this pull request
Feb 16, 2024
…stalled - When libcurl is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix cmake by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to Server component in Windows - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
February 16, 2024 16:21
7273389 to
3fb4b9d
Compare
an3l
added a commit
to an3l/server
that referenced
this pull request
Mar 7, 2024
…stalled - When libcurl is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix cmake by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to Server component in Windows - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
March 7, 2024 09:37
3fb4b9d to
be64dd3
Compare
an3l
added a commit
to an3l/server
that referenced
this pull request
Mar 7, 2024
…stalled - When libcurl is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix cmake by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to Server component in Windows - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com>
4 tasks
an3l
added a commit
to an3l/server
that referenced
this pull request
Apr 12, 2024
…stalled - When `libcurl` is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix `cmake` by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to `Server` component in Windows - Tested with `$ ./mysql-test/mtr --suite=vault` - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com> <julius.goryavsky@mariadb.com>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
April 12, 2024 07:00
ee7c438 to
e11fc3f
Compare
sysprg
pushed a commit
that referenced
this pull request
Apr 17, 2024
…stalled - When `libcurl` is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix `cmake` by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to `Server` component in Windows - Tested with `$ ./mysql-test/mtr --suite=vault` - Closes PR #3068 - Reviewer: <wlad@mariadb.com> <julius.goryavsky@mariadb.com>
…stalled - When `libcurl` is installed in path out of default path, like on Windows, `include_directories` failed to find `curl/curl.h`. - Fix `cmake` by using modern syntax with imported target and `find_package` - Fix warnings treated as the errors - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code - Add package to `Server` component in Windows - Tested with `$ ./mysql-test/mtr --suite=vault` - Closes PR MariaDB#3068 - Reviewer: <wlad@mariadb.com> <julius.goryavsky@mariadb.com>
an3l
force-pushed
the
bb-11.4-anel-MDEV-33420-hashicorp-windows
branch
from
April 18, 2024 09:38
e11fc3f to
6a07769
Compare
Contributor
|
Thank you, PR merged with head revision as: 11aeef2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
libcurlis installed in path out of default path, like onWindows,
include_directoriesfailed to findcurl/curl.h.cmakeby using modern syntax with imported target andfind_packageHASHICORP_HAVE_EXCEPTIONSmacro and related codeServercomponent in Windows$ ./mysql-test/mtr --suite=vaultjulius.goryavsky@mariadb.com
Basing the PR against the correct MariaDB version
PR quality check