From e0a068089e369bc1810566b7b1d75198ca52e043 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 5 Dec 2023 21:28:06 +1100 Subject: [PATCH] fix: runtime scaffolding now includes our ftl Hermit "tap" (#701) This is akin to a brew tap and is automatically updated on every FTL release. The `@latest` channel will automatically download the newest release every hour, if it has changed. --- go-runtime/scaffolding/bin/hermit.hcl | 1 + kotlin-runtime/scaffolding/bin/hermit.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/go-runtime/scaffolding/bin/hermit.hcl b/go-runtime/scaffolding/bin/hermit.hcl index e69de29bb2..624421a07c 100644 --- a/go-runtime/scaffolding/bin/hermit.hcl +++ b/go-runtime/scaffolding/bin/hermit.hcl @@ -0,0 +1 @@ +sources = ["https://github.com/TBD54566975/hermit-ftl.git", "https://github.com/cashapp/hermit-packages.git"] diff --git a/kotlin-runtime/scaffolding/bin/hermit.hcl b/kotlin-runtime/scaffolding/bin/hermit.hcl index e69de29bb2..d68191fd18 100644 --- a/kotlin-runtime/scaffolding/bin/hermit.hcl +++ b/kotlin-runtime/scaffolding/bin/hermit.hcl @@ -0,0 +1 @@ +sources = ["https://github.com/TBD54566975/hermit-ftl.git", "https://github.com/cashapp/hermit-packages.git"] \ No newline at end of file