mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor packaging for arm64
Related-To: NEO-5853 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8a84170e72
commit
72f15e3e58
@@ -105,12 +105,10 @@ EOF
|
||||
if [ "${ENABLE_ULT}" == "0" ]; then
|
||||
NEO_SKIP_UNIT_TESTS="TRUE"
|
||||
fi
|
||||
|
||||
if [ "${TARGET_ARCH}" == "aarch64" ]; then
|
||||
NEO_SKIP_UNIT_TESTS="TRUE"
|
||||
export NEO_DISABLE_BUILTINS_COMPILATION="TRUE"
|
||||
fi
|
||||
|
||||
export NEO_SKIP_UNIT_TESTS
|
||||
|
||||
dch -v ${PKG_VERSION} -m "build $PKG_VERSION" -b
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
NEO_DISABLE_BUILTINS_COMPILATION ?= FALSE
|
||||
RELEASE_WITH_REGKEYS ?= FALSE
|
||||
IGDRCL_FORCE_USE_LIBVA ?= FALSE
|
||||
NEO_SKIP_UNIT_TESTS ?= FALSE
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- ${NEO_BUILD_EXTRA_OPTS} \
|
||||
|
||||
Reference in New Issue
Block a user