Compare commits

...

1 Commits

Author SHA1 Message Date
Sergei Shulepov
7858f2eff4 chore(ci): disable sccache for bench binary builds
Amp-Thread-ID: https://ampcode.com/threads/T-019d6c56-dc84-76c7-92ca-8f084600e5ac
Co-authored-by: Amp <amp@ampcode.com>
2026-04-09 07:49:19 +00:00

View File

@@ -783,6 +783,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BENCH_REPO: ${{ github.repository }}
RUSTC_WRAPPER: ""
run: |
BASELINE_DIR="$(cd ../reth-baseline && pwd)"
FEATURE_DIR="$(cd ../reth-feature && pwd)"