This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
499: Update libp2p to v0.43.0 r=koivunej a=rand0m-cloud This PR updates the dependency on libp2p. This is needed because currently building `ipfs-http` fails with an ambiguous type error inside of `libp2p`. This PR passes all tests!! ### Checklist (can be deleted from PR description once items are checked) - [x] **New** code is “linted” i.e. code formatting via rustfmt and language idioms via clippy - [ ] There are no extraneous changes like formatting, line reordering, etc. Keep the patch sizes small! - [ ] There are functional and/or unit tests written, and they are passing - [ ] There is suitable documentation. In our case, this means: - [ ] Each command has a usage example and API specification - [ ] Rustdoc tests are passing on all code-level comments - [ ] Differences between Rust’s IPFS implementation and the Go or JS implementations are explained - [x] Additions to CHANGELOG.md files Co-authored-by: Addy Bryant <[email protected]> Co-authored-by: Joonas Koivunen <[email protected]>
- Loading branch information
Showing
16 changed files
with
375 additions
and
186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
- target: x86_64-pc-windows-msvc | ||
name: windows | ||
host: windows-latest | ||
host: windows-2019 | ||
cross: false | ||
|
||
# Mobile platforms disabled until we get a good estimate of them being | ||
|
@@ -86,15 +86,15 @@ jobs: | |
- name: Install and cache vcpkg (windows) | ||
uses: lukka/[email protected] | ||
id: windows-runvcpkg | ||
if: matrix.platform.host == 'windows-latest' | ||
if: matrix.platform.host == 'windows-2019' | ||
with: | ||
vcpkgDirectory: '${{ runner.workspace }}/vcpkg' | ||
vcpkgTriplet: 'x64-windows' | ||
vcpkgGitCommitId: '261c458af6e3eed5d099144aff95d2b5035f656b' # unknown for openssl-sys v0.9.65 | ||
setupOnly: true # required for caching | ||
|
||
- name: Install depedencies (windows) | ||
if: matrix.platform.host == 'windows-latest' | ||
if: matrix.platform.host == 'windows-2019' | ||
run: "$VCPKG_ROOT/vcpkg install openssl:x64-windows" | ||
shell: bash | ||
env: | ||
|
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
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
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
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
Oops, something went wrong.