-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependency_support: boost: bump boost to v1.82
Bump build rules for boost effectively bumping boost dependency to v1.82. Due to rename (BUILD.boost -> boost.BUILD) and small changes in the renamed file also the patches had to be updated. Signed-off-by: Pawel Czarnecki <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git BUILD.boost BUILD.boost | ||
index e23893b..1e70e11 100644 | ||
--- BUILD.boost | ||
+++ BUILD.boost | ||
@@ -1874,6 +1874,7 @@ boost_library( | ||
":lexical_cast", | ||
diff --git boost.BUILD boost.BUILD | ||
index e5d0b60..bade47f 100644 | ||
--- boost.BUILD | ||
+++ boost.BUILD | ||
@@ -1927,6 +1927,7 @@ boost_library( | ||
":predef", | ||
":static_assert", | ||
":type_traits", | ||
+ "@com_github_libbacktrace//:libbacktrace", | ||
], | ||
) | ||
|
||
|