Skip to content

Commit

Permalink
refactor: Remove iroh-blobs and use crates.io dependency (#2829)
Browse files Browse the repository at this point in the history
## Description

Use iroh-blobs from https://github.com/n0-computer/iroh-blobs

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
  • Loading branch information
rklaehn authored Oct 23, 2024
1 parent 3e17210 commit d29537d
Show file tree
Hide file tree
Showing 54 changed files with 12 additions and 18,438 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
# uses: obi1kenobi/cargo-semver-checks-action@v2
uses: n0-computer/cargo-semver-checks-action@feat-baseline
with:
package: iroh, iroh-base, iroh-blobs, iroh-cli, iroh-dns-server, iroh-metrics, iroh-net, iroh-net-bench
package: iroh, iroh-base, iroh-cli, iroh-dns-server, iroh-metrics, iroh-net, iroh-net-bench
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
use-cache: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
SCCACHE_CACHE_SIZE: "50G"
CRATES_LIST: "iroh,iroh-blobs,iroh-metrics,iroh-net,iroh-net-bench,iroh-test,iroh-cli,iroh-dns-server"
CRATES_LIST: "iroh,iroh-metrics,iroh-net,iroh-net-bench,iroh-test,iroh-cli,iroh-dns-server"
IROH_FORCE_STAGING_RELAYS: "1"

jobs:
Expand Down
40 changes: 10 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"iroh",
"iroh-blobs",
"iroh-base",
"iroh-dns-server",
"iroh-metrics",
Expand All @@ -28,7 +27,6 @@ opt-level = 3
panic = 'abort'
incremental = false


[workspace.lints.rust]
missing_debug_implementations = "warn"

Expand All @@ -49,6 +47,5 @@ unused-async = "warn"
[patch.crates-io]
iroh-base = { path = "./iroh-base" }
iroh-net = { path = "./iroh-net" }
iroh-blobs = { path = "./iroh-blobs" }
iroh-metrics = { path = "./iroh-metrics" }
iroh-test = { path = "./iroh-test" }
89 changes: 0 additions & 89 deletions iroh-blobs/Cargo.toml

This file was deleted.

45 changes: 0 additions & 45 deletions iroh-blobs/README.md

This file was deleted.

Loading

0 comments on commit d29537d

Please sign in to comment.