Skip to content

Commit

Permalink
Bump up dependency (#360)
Browse files Browse the repository at this point in the history
This is needed to allow us to have successful build for HS and pining HS on 5.X in HO and unblock SM.

Signed-off-by: Xiaoxi Chen <[email protected]>
  • Loading branch information
xiaoxichen authored Mar 27, 2024
1 parent f338864 commit 12b97c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "5.1.15"
version = "5.1.18"

homepage = "https://github.com/eBay/Homestore"
description = "HomeStore Storage Engine"
Expand Down Expand Up @@ -55,9 +55,9 @@ def build_requirements(self):
self.build_requires("gtest/1.14.0")

def requirements(self):
self.requires("iomgr/[~=11, include_prerelease=True]@oss/master")
self.requires("sisl/[~=11, include_prerelease=True]@oss/master")
self.requires("nuraft_mesg/[~=3, include_prerelease=True]@oss/main")
self.requires("iomgr/[~=11.2, include_prerelease=True]@oss/master")
self.requires("sisl/[~=12, include_prerelease=True]@oss/master")
self.requires("nuraft_mesg/[~=3.3, include_prerelease=True]@oss/main")

self.requires("farmhash/cci.20190513@")
if self.settings.arch in ['x86', 'x86_64']:
Expand Down

0 comments on commit 12b97c1

Please sign in to comment.