Skip to content

Commit 1235d44

Browse files
authored
Remove watch (#7048)
Removes the WIP chain indexer known as beacon watch.
1 parent 8a77252 commit 1235d44

File tree

73 files changed

+2
-7583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2
-7583
lines changed

.github/workflows/test-suite.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ env:
2424
LIGHTHOUSE_GITHUB_TOKEN: ${{ secrets.LIGHTHOUSE_GITHUB_TOKEN }}
2525
# Enable self-hosted runners for the sigp repo only.
2626
SELF_HOSTED_RUNNERS: ${{ github.repository == 'sigp/lighthouse' }}
27-
# Self-hosted runners need to reference a different host for `./watch` tests.
28-
WATCH_HOST: ${{ github.repository == 'sigp/lighthouse' && 'host.docker.internal' || 'localhost' }}
2927
# Disable incremental compilation
3028
CARGO_INCREMENTAL: 0
3129
# Enable portable to prevent issues with caching `blst` for the wrong CPU type

0 commit comments

Comments
 (0)