Sfoglia il codice sorgente

Tiltfile: remove fancy dependency graph

Too annoying to keep up to date

Change-Id: Idddb20168b009d3cb359f8e08e9e42f923471d3c
Leo 4 anni fa
parent
commit
95473e1eb0
1 ha cambiato i file con 0 aggiunte e 23 eliminazioni
  1. 0 23
      Tiltfile

+ 0 - 23
Tiltfile

@@ -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")