You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running docker tests locally on macOS, there are a few issues:
Zcash params path mismatch: The fetch script puts params in ~/Library/Application Support/ZcashParams but docker-compose expects ~/.zcash-params. Users need to symlink or set ZCASH_PARAMS_PATH env var.
Context
When running docker tests locally on macOS, there are a few issues:
Zcash params path mismatch: The fetch script puts params in
~/Library/Application Support/ZcashParamsbut docker-compose expects~/.zcash-params. Users need to symlink or setZCASH_PARAMS_PATHenv var.ARM/M1 Cosmos images: Cosmos images are amd64-only and require Rosetta emulation. See discussion: refactor(ci): split docker tests into feature-gated parallel suites #2707 (comment)
Proposed improvements
Related
PR #2707 - Docker tests infrastructure