• Mark Tyneway's avatar
    bindgen: fix build (#8733) · 5e60f1dc
    Mark Tyneway authored
    The bindgen command was causing a panic without this change. We should
    not be coupling bindgen to op-e2e. There is no reason to trigger the
    init function inside of op-e2e when running bindgen. This commit
    dedupes the `FindMonoRepoRoot` function by putting it into a common
    location where it can be consumed. Not bindgen no longer depends on
    op-e2e. The op-e2e package is for tests, not defining library functions
    that are used elsewhere in the repo.
    5e60f1dc
Name
Last commit
Last update
..
api Loading commit data...
api-ts Loading commit data...
assets Loading commit data...
bigint Loading commit data...
client Loading commit data...
cmd/indexer Loading commit data...
config Loading commit data...
database Loading commit data...
docs Loading commit data...
e2e_tests Loading commit data...
etl Loading commit data...
migrations Loading commit data...
node Loading commit data...
processors Loading commit data...
ui Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker-compose.yml Loading commit data...
example.env Loading commit data...
indexer.go Loading commit data...
indexer.toml Loading commit data...