Skip to content

Commit

Permalink
HotShot/rc-0.5.81 (#2273)
Browse files Browse the repository at this point in the history
* update HS

* merge changes

* bump HS

* fix nix

* fix nix once more

* cargo sort

* stable toolchain

* update toolchain, sort

* PR comments

* update builder

* sort

* fix builder again

* nonblocking requests

* multi threaded tests

* format

* update `qs`

* fix test

* spawn shutdown

* fix the builder test

* builder and HS fix

* update to tags

* update async lock

* demote async-lock
  • Loading branch information
rob-maron authored Nov 14, 2024
1 parent cafcc52 commit 6d85bce
Show file tree
Hide file tree
Showing 106 changed files with 1,865 additions and 1,863 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:
cancel-in-progress: true

env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"'
RUST_LOG: info,libp2p=off,node=error

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ concurrency:
cancel-in-progress: true

env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"'
RUST_LOG: info,libp2p=off,node=error
CARGO_TERM_COLOR: always
DOCKER_PLATFORMS: ${{ github.event_name == 'pull_request' && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ concurrency:
env:
COVERAGE_RUSTFLAGS: >
-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
-Zpanic_abort_tests -Cdebuginfo=2 --cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std" --cfg
hotshot_example
-Zpanic_abort_tests -Cdebuginfo=2 --cfg hotshot_example
COVERAGE_RUSTDOCFLAGS: >
-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
-Zpanic_abort_tests
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/doc-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ concurrency:
group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' && github.run_number) || github.ref }}
cancel-in-progress: true

env:
RUSTFLAGS: --cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"
RUSTDOCFLAGS: --cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"

jobs:
doc-rust:
runs-on: ubuntu-24.04
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:
cancel-in-progress: true

env:
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
RUST_LOG: info,libp2p=off

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:

# Build test binary with `testing` feature, which requires `hotshot_example` config
env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std" --cfg hotshot_example'
CARGO_TERM_COLOR: always
RUST_LOG: info,libp2p=off,node=error

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ concurrency:
cancel-in-progress: true

env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std" --cfg hotshot_example'
RUST_LOG: info,libp2p=off,node=error
CARGO_TERM_COLOR: always

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unused-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:

name: udeps

env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"'

jobs:
check:
name: Rust project
Expand Down
21 changes: 0 additions & 21 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 6d85bce

Please sign in to comment.