We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6daae4 commit df701dcCopy full SHA for df701dc
hadoop-ozone/dev-support/checks/acceptance.sh
@@ -35,6 +35,9 @@ REPORT_FILE="$REPORT_DIR/summary.txt"
35
OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q -DforceStdout -Dscan=false)
36
DIST_DIR="${OZONE_ROOT}/hadoop-ozone/dist/target/ozone-$OZONE_VERSION"
37
38
+# workaround attempt for https://github.com/docker/compose/issues/12747
39
+export COMPOSE_PARALLEL_LIMIT=1
40
+
41
if [ ! -d "$DIST_DIR" ]; then
42
echo "Distribution dir is missing. Doing a full build"
43
"$DIR/build.sh" -Pcoverage
0 commit comments