-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump oneTBB to avoid using deprecated selection in build files bazelbuild/bazel#8622 * Bump TF and remove patches * Fix oneTBB patch * Fix order of glog include * Fixes in UT's after gtest bump Gtest now detects that there are parametrized fixtures and there is no instantiation of that fixture and reports that a test failure. * Update TFS Model Metadata tests after TFS update With updated TFS the model metadata response through REST API contains additional field. * New patch for TF after update JIRA:CVS-114360
- Loading branch information
Showing
26 changed files
with
804 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
diff --git a/BUILD.bazel b/BUILD.bazel | ||
index 7aecb3e0..5c81961e 100644 | ||
index 3881d684..49175945 100644 | ||
--- a/BUILD.bazel | ||
+++ b/BUILD.bazel | ||
@@ -37,7 +37,7 @@ cc_library( | ||
]), | ||
copts = ["-w"] + select({ | ||
"@bazel_tools//platforms:windows": [""], | ||
"@platforms//os:windows": [""], | ||
- "//conditions:default": ["-mwaitpkg"], | ||
+ "//conditions:default": [""], | ||
}), | ||
defines = | ||
select({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.