From ec4e3d0b1072829859c65599f533f0e76e023215 Mon Sep 17 00:00:00 2001 From: Artur Harasimiuk Date: Wed, 21 Sep 2022 15:44:07 +0000 Subject: [PATCH] infra update Related-To: NEO-7227 Signed-off-by: Artur Harasimiuk --- manifests/manifest.yml | 2 +- scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec | 2 +- .../packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec | 2 +- scripts/packaging/opencl/rhel_8/SPECS/opencl.spec | 2 +- scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index a68e8dedbc..81ba65db33 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -27,7 +27,7 @@ components: branch: master dest_dir: infra fetch_tags: true - revision: v4185 + revision: v4189 type: git internal: branch: master diff --git a/scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec b/scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec index e6803af35d..eaed5d654b 100644 --- a/scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec +++ b/scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec @@ -42,7 +42,7 @@ exposing hardware capabilities to applications. mkdir build cd build %cmake .. \ - -GNinja \ + -GNinja ${NEO_BUILD_EXTRA_OPTS} \ -DNEO_VERSION_BUILD=%{build_id} \ -DCMAKE_BUILD_TYPE=Release \ -DNEO_BUILD_WITH_OCL=FALSE \ diff --git a/scripts/packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec b/scripts/packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec index 1e1acb1ff0..2a713c2ca7 100644 --- a/scripts/packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec +++ b/scripts/packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec @@ -52,7 +52,7 @@ exposing hardware capabilities to applications. %build %cmake .. \ - -GNinja \ + -GNinja ${NEO_BUILD_EXTRA_OPTS} \ -DNEO_VERSION_BUILD=%{build_id} \ -DCMAKE_BUILD_TYPE=%{build_type} \ -DNEO_BUILD_WITH_OCL=FALSE \ diff --git a/scripts/packaging/opencl/rhel_8/SPECS/opencl.spec b/scripts/packaging/opencl/rhel_8/SPECS/opencl.spec index 419f5d0d92..f561f1dbf0 100644 --- a/scripts/packaging/opencl/rhel_8/SPECS/opencl.spec +++ b/scripts/packaging/opencl/rhel_8/SPECS/opencl.spec @@ -46,7 +46,7 @@ Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to con mkdir build cd build %cmake .. \ - -GNinja \ + -GNinja ${NEO_BUILD_EXTRA_OPTS} \ -DNEO_OCL_VERSION_MAJOR=%{NEO_OCL_VERSION_MAJOR} \ -DNEO_OCL_VERSION_MINOR=%{NEO_OCL_VERSION_MINOR} \ -DNEO_VERSION_BUILD=%{NEO_OCL_VERSION_BUILD} \ diff --git a/scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec b/scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec index 44cbf662d4..559c42337f 100644 --- a/scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec +++ b/scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec @@ -54,7 +54,7 @@ Summary: ocloc package for opencl %build %cmake .. \ - -GNinja \ + -GNinja ${NEO_BUILD_EXTRA_OPTS} \ -DNEO_OCL_VERSION_MAJOR=%{NEO_OCL_VERSION_MAJOR} \ -DNEO_OCL_VERSION_MINOR=%{NEO_OCL_VERSION_MINOR} \ -DNEO_VERSION_BUILD=%{NEO_OCL_VERSION_BUILD} \