You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/08 00:50:00 UTC

[jira] [Commented] (GEODE-8820) Fix ACE 6.5.12 build break on Windows

    [ https://issues.apache.org/jira/browse/GEODE-8820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260901#comment-17260901 ] 

ASF GitHub Bot commented on GEODE-8820:
---------------------------------------

mmartell opened a new pull request #717:
URL: https://github.com/apache/geode-native/pull/717


   This change allows the Windows SDK version for ACE to be specified using CMAKE_SYSTEM_VERSION, which can be set appropriately for the target machine.
   
   Our CI uses Windows SDK version 10.0.16299.0,, so passing -DCMAKE_SYSTEM_VERSION=10.0.16299.0 to the cmake config step fixes our CI build failure on Windows. Note, this also requires a change to our CI code which generates the cmake command.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Fix ACE 6.5.12 build break on Windows
> -------------------------------------
>
>                 Key: GEODE-8820
>                 URL: https://issues.apache.org/jira/browse/GEODE-8820
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Michael Martell
>            Priority: Major
>
> The recent upgrade to ACE version 6.5.12 has broken our CI build on Windows. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)