Skip to content

Commit 77e2708

Browse files
authored
feature: implement ipfs upload in worker (#609)
* refactor task bridge to handle async tasks in concurrently, use JoinMap for file validation tasks * put file upload futures into select * add todo * update ci rustflag * maybe fix workflow * actually fix * add ipfs upload to worker * add cli flags for ipfs and port * remove expects * small visibility change * use FuturesUnordered instead of JoinSet
1 parent a8385d5 commit 77e2708

File tree

7 files changed

+2011
-111
lines changed

7 files changed

+2011
-111
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
CARGO_TERM_COLOR: always
1616
CARGO_INCREMENTAL: 0
17-
RUSTFLAGS: "-C debuginfo=0"
17+
RUSTFLAGS: "-C debuginfo=0 --cfg tokio_unstable"
1818
LANG: C.UTF-8
1919
LC_ALL: C.UTF-8
2020

0 commit comments

Comments
 (0)