Skip to content

Hack env#2

Draft
zancas wants to merge 7 commits into
mainfrom
hack_env
Draft

Hack env#2
zancas wants to merge 7 commits into
mainfrom
hack_env

Conversation

@zancas

@zancas zancas commented Mar 3, 2026

Copy link
Copy Markdown
Member

Here's a collection of the hacks I used yesterday.

I built and copied the whole binaries zebrad, zainod, and zallet into the target "src" directory.

I matched the podman image base to my host so that dynamically linked libraries in Zallet would find appropriate symbols.

I ran with this:

podman build -t zcash-tests .
podman run --rm -it --userns=keep-id -v .:/src:Z zcash-tests bash

@zancas

zancas commented Mar 3, 2026

Copy link
Copy Markdown
Member Author

Once "inside" the container in interactive mode, I ran the relevant tests as follows:

rm -rf /tmp/test* && rm -rf qa/cache/ && ./qa/pull-tester/rpc-tests.py --new-only

For reference: https://github.com/zcash/integration-tests/tree/main/qa#running-tests-locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant