chore(xenplatform): elf loader should async load the file (#197)

* fix(build): remove unused environment variables

* chore(xenplatform): elf loader should async load the file
This commit is contained in:
Alex Zenla
2024-06-23 05:57:01 -07:00
committed by GitHub
parent 6c3fc54688
commit 9a45d754bf
8 changed files with 25 additions and 25 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}"