fix(build): remove unused environment variables

This commit is contained in:
Alex Zenla
2024-06-23 02:27:57 -07:00
parent 349664abf1
commit aa7d3e369a
6 changed files with 4 additions and 15 deletions

5
hack/dist/bundle.sh vendored
View File

@ -4,11 +4,6 @@ set -e
# shellcheck source-path=SCRIPTDIR source=common.sh
. "$(dirname "${0}")/common.sh"
if [ -z "${KRATA_KERNEL_BUILD_JOBS}" ]
then
KRATA_KERNEL_BUILD_JOBS="2"
fi
TARGET_ARCH="$("${KRATA_DIR}/hack/build/arch.sh")"
BUNDLE_TAR="${OUTPUT_DIR}/bundle-systemd-${TARGET_ARCH}.tgz"
rm -f "${BUNDLE_TAR}"