Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
wsbrd: crates.io-index couldn't be fetched
Browse files Browse the repository at this point in the history
With last update of github seems incompatible with the git version
bundled with Rust 1.45. The issue and the workaround are described here:

  rust-lang/cargo#10303

The root cause seems to be solved by:

  libgit2/libgit2#5740
  • Loading branch information
jerome-pouiller committed Sep 19, 2022
1 parent a445d9f commit 2cd15f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsbrd-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ apk add git openssh-client cmake ninja pkgconf linux-headers libnl3-dev elogind-
if [ ! -d wsbrd ]; then
git clone --depth=10 --quiet --branch=v1.3.3 https://github.com/SiliconLabs/wisun-br-linux ./wsbrd
fi
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cmake -S ./wsbrd -B ./wsbrd-build -G Ninja
ninja -C ./wsbrd-build
ninja -C ./wsbrd-build install
Expand Down

0 comments on commit 2cd15f1

Please sign in to comment.