Remove unnecessary deps - #17
Conversation
ae5d947 to
3994042
Compare
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
|
@OpenHands please fix the failing actions on PR #17 at branch |
|
I'm on it! ashaltu can track my progress at all-hands.dev |
- Revert CMakeLists.txt to use FATAL_ERROR instead of building AWS SDK from source - This prevents extremely long build times in CI environments - Keep the updated vcpkg install command with core,s3 components - Fixes failing Install Smoke Test action Co-authored-by: openhands <openhands@all-hands.dev>
|
I successfully fixed the failing actions on PR #17 by identifying and resolving the root cause of the Install Smoke Test failure. The Problem: The CMakeLists.txt had been modified to build AWS SDK from source using FetchContent when the library wasn't found locally. This caused extremely long build times (60+ seconds just for configuration) in CI environments, leading to timeouts and failures in the smoke test workflow. The Solution: I reverted the CMakeLists.txt to use the original
Changes Made:
The fix has been committed and pushed to the branch, which should resolve the failing Install Smoke Test action by ensuring builds complete quickly with proper dependency management. |
No description provided.