Add tvmOnly
compilation mode to build
#2344
Labels
kind: testing
Tests (*.spec.ts)
scope: pipeline
Stages of Tact compiler: parsing, ..., typechecking, codegen, etc. (src/pipeline)
We need to add a compilation mode to
build
in which compilation stops immediately after the TVM compilation step, i.e., it ignores the packaging, bindings and reports steps. There is currently afuncOnly
, but it skips the TVM compilation step on each contract.Again, this is necessary to avoid copying the code of
build
for compiling autogenerated ASTs in testing tasks. Related issue: #2343.The text was updated successfully, but these errors were encountered: