23 lines
447 B
YAML
23 lines
447 B
YAML
stages:
|
|
- name: helix
|
|
from: rust
|
|
modules:
|
|
- type: containerfile
|
|
snippets:
|
|
- ENV CLICOLOR_FORCE=1
|
|
- ENV FORCE_COLOR=1
|
|
- ENV RUST_LOG_STYLE=always
|
|
- type: script
|
|
no-cache: true
|
|
scripts:
|
|
- install-helix.sh
|
|
modules:
|
|
- type: copy
|
|
from: helix
|
|
src: /out/hx
|
|
dest: /usr/bin/
|
|
- type: copy
|
|
from: helix
|
|
src: /out/runtime
|
|
dest: /usr/lib64/helix/
|