[ https://issues.apache.org/jira/browse/HADOOP-19538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944484#comment-17944484 ]
ASF GitHub Bot commented on HADOOP-19538: ----------------------------------------- ayushtkn commented on code in PR #7601: URL: https://github.com/apache/hadoop/pull/7601#discussion_r2042975732 ########## pom.xml: ########## @@ -585,6 +585,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <exclude>licenses-binary/**</exclude> <exclude>dev-support/docker/pkg-resolver/packages.json</exclude> <exclude>dev-support/docker/pkg-resolver/platforms.json</exclude> + <exclude>dev-support/docker/vcpkg.json</exclude> Review Comment: this path is wrong. missing /vcpkg after /docker should be ``` dev-support/docker/vcpkg/vcpkg.json ``` > Update Boost to 1.86.0 in Windows build image > --------------------------------------------- > > Key: HADOOP-19538 > URL: https://issues.apache.org/jira/browse/HADOOP-19538 > Project: Hadoop Common > Issue Type: Bug > Components: build, native > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > Labels: pull-request-available > > HADOOP-19475 has updated Boost to 1.86.0, but it missed the Windows docker > image, which doesn't use the same mechanism for dependencies as the Linux > ones. > Update Boost in the Windows build Docker image to the same version. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org