Skip to content

Commit

Permalink
mold: bump onetbb
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent 3873459 commit 54665fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/mold/1.3.1/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def requirements(self):
self.requires("zlib/1.2.13")
self.requires("openssl/[>=1.1 <4]")
self.requires("xxhash/0.8.2")
self.requires("onetbb/2021.9.0")
self.requires("onetbb/2021.10.0")
self.requires("mimalloc/2.1.2")

def package_id(self):
Expand Down
2 changes: 1 addition & 1 deletion recipes/mold/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def requirements(self):
self.requires("zlib/1.2.13")
self.requires("openssl/[>=1.1 <4]")
self.requires("xxhash/0.8.2")
self.requires("onetbb/2021.9.0")
self.requires("onetbb/2021.10.0")
if self.options.with_mimalloc:
self.requires("mimalloc/2.1.2")

Expand Down

0 comments on commit 54665fb

Please sign in to comment.