Android debug build (#17955)

This commit is contained in:
Ilya Lavrenov 2023-06-09 08:03:10 +04:00 committed by GitHub
parent 2ff430fa80
commit a0119fe33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
system.debug: true
VSTS_HTTP_RETRY: 5
VSTS_HTTP_TIMEOUT: 200
BUILD_TYPE: Release
BUILD_TYPE: Debug
OPENVINO_REPO_DIR: $(Build.Repository.LocalPath)
VCPKG_ROOT: $(OPENVINO_REPO_DIR)/../vcpkg
WORK_DIR: $(Pipeline.Workspace)/_w

@ -1 +1 @@
Subproject commit c8dad72fb5bdc457950f96d1de5aa3367cc1f444
Subproject commit 48bf41e04ba8cdccb1e7ad166fecfb329f5f84a1

View File

@ -1718,7 +1718,7 @@ static tensor create_tensor(const std::vector<int64_t>& shape) {
template <cldnn::format::type FMT>
struct format_wrapper {
static constexpr format fmt = FMT;
static constexpr cldnn::format::type fmt = FMT;
};
template <typename T>