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.
2 parents d0a3407 + 7fa84e0 commit a8353cfCopy full SHA for a8353cf
hack/build.sh
@@ -44,13 +44,13 @@ MODE="${MODE:-release}"
44
# Build terraform binaries before setting environment variables since it messes up make
45
if test "${SKIP_TERRAFORM}" != y && ! (echo "${TAGS}" | grep -q -e 'aro' -e 'altinfra')
46
then
47
- make -j8 -C terraform all
+ make -C terraform all
48
copy_terraform_to_mirror # Copy terraform parts to embedded mirror.
49
fi
50
51
# build cluster-api binaries
52
if [ -n "${OPENSHIFT_INSTALL_CLUSTER_API}" ]; then
53
- make -j8 -C cluster-api all
+ make -C cluster-api all
54
copy_cluster_api_to_mirror
55
56
0 commit comments