Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hunter update v0.23.257-soramitsu38 #1415

Merged
merged 3 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HunterGate(
URL https://github.com/soramitsu/soramitsu-hunter/archive/refs/tags/v0.23.257-soramitsu36.zip
SHA1 63f689168cef33e653f4f5a21cf70936338a243b
URL "https://github.com/soramitsu/soramitsu-hunter/archive/refs/tags/v0.23.257-soramitsu38.zip"
SHA1 "750757012e366941c9c677d8acbe5eebc6f71a63"
LOCAL
)
3 changes: 3 additions & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ find_package(RapidJSON CONFIG REQUIRED)
hunter_add_package(Microsoft.GSL)
find_package(Microsoft.GSL CONFIG REQUIRED)

hunter_add_package(erasure_coding_crust)
find_package(erasure_coding_crust CONFIG REQUIRED)

hunter_add_package(schnorrkel_crust)
find_package(schnorrkel_crust CONFIG REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions cmake/kagomeConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ find_dependency(Boost REQUIRED random filesystem date_time)
find_dependency(soralog REQUIRED)
find_dependency(libp2p REQUIRED)
find_dependency(xxhash REQUIRED)
find_dependency(erasure_coding_crust REQUIRED)
find_dependency(schnorrkel_crust REQUIRED)
find_dependency(zstd REQUIRED)
find_dependency(libsecp256k1 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/docker/kagome-dev/minideb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
rm -rf /var/lib/apt/lists/*

# install rustc
ENV RUST_VERSION=nightly-2021-10-04
ENV RUST_VERSION=nightly-2022-11-20
ENV RUSTUP_HOME=/root/.rustup
ENV CARGO_HOME=/root/.cargo
ENV PATH="${CARGO_HOME}/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/macos/dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pip3 install --user pyyaml
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install scikit-build
sudo python3 -m pip install cmake requests gitpython gcovr
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2020-09-24 --profile minimal
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2022-11-20 --profile minimal

brew install llvm@11