From 4ec8ad6866bb7f914809ead458dcbcb4615679c3 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Tue, 3 Dec 2024 23:11:09 -0700 Subject: [PATCH] test --- recipes/common-modules.yml | 9 +++++++++ recipes/sway.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index dd6adbb..568228c 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -1,3 +1,12 @@ +stages: + - name: bluebuild + from: docker.io/library/rust:1.77 + modules: # same as the top-level modules key, but executed in the custom stage + - type: script + no-cache: true + snippets: + - cargo install --locked --all-features blue-build + modules: - type: script scripts: diff --git a/recipes/sway.yml b/recipes/sway.yml index 7427add..80bc970 100644 --- a/recipes/sway.yml +++ b/recipes/sway.yml @@ -5,4 +5,4 @@ base-image: ghcr.io/wayblueorg/sway image-version: latest modules: - - from-file: common-modules.yml + - from-file: recipes/common-modules.yml