amoeba commented on issue #45195:
URL: https://github.com/apache/arrow/issues/45195#issuecomment-2576566215

   Changing just the version and checksum to match 1.11.480, I'm running into 
some configure issues in the aws-sdk-cpp EP:
   
   ```
   CMake Error at cmake/sdks.cmake:167 (message):
     config is required for build, but generated/src/aws-cpp-sdk-config
     directory is missing!
   ```
   
   The entire generated directory is being wiped out inside the EP and we want 
to keep around the ones we reference here,
   
   ```
     set(AWSSDK_CMAKE_ARGS
         ${AWSSDK_COMMON_CMAKE_ARGS}
         -DBUILD_DEPS=OFF
         
-DBUILD_ONLY=config\\$<SEMICOLON>s3\\$<SEMICOLON>transfer\\$<SEMICOLON>identity-management\\$<SEMICOLON>sts
         -DMINIMIZE_SIZE=ON)
   ```
   
   I imagine we're just missing the right configure args to keep those around.


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