kou commented on PR #43503:
URL: https://github.com/apache/arrow/pull/43503#issuecomment-2264965841

   I tried the following but it seems that it doesn't work...
   
   ```diff
   diff --git a/ci/vcpkg/vcpkg.json b/ci/vcpkg/vcpkg.json
   index 58b1382d1c..9dea31ffa1 100644
   --- a/ci/vcpkg/vcpkg.json
   +++ b/ci/vcpkg/vcpkg.json
   @@ -4,6 +4,7 @@
      "description": "Cross-language development platform for in-memory 
analytics",
      "homepage": "https://arrow.apache.org";,
      "supports": "x64 | (arm64 & !windows)",
   +  "builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01",
      "dependencies": [
        "boost-filesystem",
        {
   @@ -143,5 +144,11 @@
            }
          ]
        }
   -  }
   +  },
   +  "overrides": [
   +    {
   +      "name": "llvm",
   +      "version": "15.0.7"
   +    }
   +  ]
    }
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to