From 24da653d4ce7d43b97681f7aed0574d4e75314f5 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 6 Sep 2024 23:40:29 -0400 Subject: [PATCH] Revert helix recipe --- recipes/common/helix.yml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/recipes/common/helix.yml b/recipes/common/helix.yml index 3203ab4..bb80247 100644 --- a/recipes/common/helix.yml +++ b/recipes/common/helix.yml @@ -1,31 +1,11 @@ stages: - - name: helix-src - from: alpine - modules: - - type: script - snippets: - - apk update && apk install git - - type: script - no-cache: true - snippets: - - git clone https://github.com/helix-editor/helix.git /helix - name: helix from: rust modules: - - type: copy - from: helix-src - src: /helix - dest: /helix - type: script - # scripts: - # - install-helix.sh - snippets: - - | - RUSTFLAGS="-C target-feature=-crt-static" - cargo install --path helix-term - - mkdir -p /out/ - - mv $CARGO_HOME/bin/hx /out/hx - - mv runtime /out/ + no-cache: true + scripts: + - install-helix.sh modules: - type: copy from: helix