Tiltfile: remove fancy dependency graph

Too annoying to keep up to date

Change-Id: Idddb20168b009d3cb359f8e08e9e42f923471d3c
This commit is contained in:
Leo 2021-07-20 22:34:18 +02:00
parent 64c7ad9adc
commit 95473e1eb0
1 changed files with 0 additions and 23 deletions

View File

@ -4,29 +4,6 @@
# all source code changes result in small, incremental rebuilds. Dockerfiles are written such
# that, for example, changing the contract source code won't cause Solana itself to be rebuilt.
#
# Graph of dependencies between Dockerfiles, image refs and k8s StatefulSets:
#
# Dockerfile Image ref StatefulSet
# +------------------------------------------------------------------------------+
# rust-1.*
# + +-----------------+
# +-> Dockerfile.agent +-> solana-agent +--------+-----> | [agent] |
# | | +--> | guardian-N |
# +-> solana/Dockerfile +-> solana-contract +---+ | | +-- --------------+
# | | |
# | | |
# | | | +-----------------+
# +--|-----> | solana-devnet |
# golang:1.* +-----> | [setup] |
# + | +-----------------+
# +-> bridge/Dockerfile +-> guardiand-image +---------+
#
#
# node:lts-alpine
# + +-----------------+
# +-> ethereum/Dockerfile +-> eth-node +------------------> | eth-devnet |
# +-----------------+
#
load("ext://namespace", "namespace_create", "namespace_inject")