From c2830c26e55da02ac628be9a220cd824264cdc9e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 18 Dec 2022 18:55:32 -0400 Subject: Caching compiler artifacts into TAR files, instead of huge directories. --- lux-lua/source/program.lux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index 00f7641b8..a1760781c 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -908,9 +908,7 @@ _.code _.then (|>>)) - (format (cli.target service) - (of file.default separator) - "program" + (format "program" (the context.#artifact_extension context))])] (..declare_success! [])) (io.io []))))))) -- cgit v1.2.3