From e504c70cf79dab7f33c2ce5bed5806e58f138051 Mon Sep 17 00:00:00 2001 From: ocldev Date: Mon, 6 Oct 2025 10:43:40 +0200 Subject: [PATCH] build: dependencies update Signed-off-by: ocldev --- Jenkinsfile | 2 +- manifests/manifest.yml | 6 +++--- third_party/aub_stream/.version | 2 +- third_party/aub_stream/aubstream/aub_manager.h | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87d175ef2e..f19cf62a27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,4 +7,4 @@ * */ -dependenciesRevision='923017b78c42cd8f3e3de3d324bce15c7e98579f-3659' +dependenciesRevision='ef5091dc164ba749530c3e9dd90eeaaac7c314a6-3666' diff --git a/manifests/manifest.yml b/manifests/manifest.yml index abb61f3124..6008cc6494 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -8,7 +8,7 @@ components: branch: master dest_dir: aub_stream repository: https://github.com/intel/aubstream - revision: b3ca34846e1f510839fccb41df69de8e9a0d8c00 + revision: 7a18329ae0481c7165b53620ecf5493c9b909c70 type: git gmmlib: asset_name: gmmlib @@ -41,7 +41,7 @@ components: dest_dir: kernels_bin type: git branch: kernels_bin - revision: 3659-5488 + revision: 3666-5504 level_zero: asset_name: level_zero dest_dir: level_zero @@ -85,7 +85,7 @@ components: dest_dir: wsl revision: 56430997dac34ca0e9e18c177636234cac26ad54 type: git -converter: M-3659 +converter: M-3666 include: - infra.yml version: '1' diff --git a/third_party/aub_stream/.version b/third_party/aub_stream/.version index ac67100c3a..cc7ba12e56 100644 --- a/third_party/aub_stream/.version +++ b/third_party/aub_stream/.version @@ -1 +1 @@ -git_revision: b3ca34846e1f510839fccb41df69de8e9a0d8c00 +git_revision: 7a18329ae0481c7165b53620ecf5493c9b909c70 diff --git a/third_party/aub_stream/aubstream/aub_manager.h b/third_party/aub_stream/aubstream/aub_manager.h index 78d90255fe..374c9d621d 100644 --- a/third_party/aub_stream/aubstream/aub_manager.h +++ b/third_party/aub_stream/aubstream/aub_manager.h @@ -75,6 +75,7 @@ class AubManager { virtual HardwareContext *createHardwareContext2(const CreateHardwareContext2Params ¶ms, uint32_t device, uint32_t engine, uint32_t flags) { return nullptr; }; virtual void setCCSMode(uint32_t ccsCount) {} + virtual void closeSocket(void) {} }; } // namespace aub_stream