-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Windows gradle check failure - checkExtraction tasks failing #4925
Description
On running gradle check on windows, we see the below group of failures for checkExtraction task. We need to modify these extractArchive tasks so they get skipped on windows as these distributions aren't built on windows platform.
Task :distribution:archives:linux-arm64-tar:checkExtraction FAILED
Task :distribution:archives:darwin-arm64-tar:checkExtraction FAILED
Task :distribution:archives:freebsd-tar:checkExtraction FAILED
Task :distribution:archives:linux-s390x-tar:checkExtraction FAILED
Task :distribution:archives:darwin-tar:checkExtraction FAILED
Task :distribution:archives:no-jdk-darwin-arm64-tar:checkExtraction FAILED
Task :distribution:archives:no-jdk-darwin-tar:checkExtraction FAILED
Task :distribution:archives:no-jdk-linux-tar:checkExtraction FAILED
Task :distribution:archives:no-jdk-freebsd-tar:checkExtraction FAILED
Task :distribution:archives:linux-tar:checkExtraction FAILED
./gradlew :distribution:archives:darwin-tar:checkExtraction
Task :distribution:archives:darwin-tar:checkExtraction FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':distribution:archives:darwin-tar:checkExtraction'.
Could not read 'C:\Users\Pooj\OpenSearch\distribution\archives\darwin-tar\build\distributions\opensearch-min-3.0.0-SNAPSHOT-darwin-x64.tar.gz' as it does not exist.