working on more package, almost done
This commit is contained in:
@@ -25,3 +25,12 @@
|
||||
when:
|
||||
- pkg.archive is defined
|
||||
ansible.bulitin.include_tasks: helpers/archive.yml
|
||||
|
||||
- name: Ensure facts are set
|
||||
ansible.builtin.set_fact:
|
||||
zbf: "{{ pkg.build_flags | default([]) }}"
|
||||
|
||||
- name: Zig build and install
|
||||
ansible.builtin.command:
|
||||
argv: "{{ ['zig', 'build' '-p', install_prefix] + zbf }}"
|
||||
chdir: "{{ pkg.source_path }}"
|
||||
|
||||
Reference in New Issue
Block a user