change where neovim looks for _pkgconfig_force_rebuild
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
git_repo: "{{ pkgconfig.neovim.git_repo }}"
|
git_repo: "{{ pkgconfig.neovim.git_repo }}"
|
||||||
git_path: "{{ d_tempdir.path }}/neovim"
|
git_path: "{{ d_tempdir.path }}/neovim"
|
||||||
build_type: "{{ pkgconfig.neovim.build_type }}"
|
build_type: "{{ pkgconfig.neovim.build_type }}"
|
||||||
clean: "{{ pkgconfig_neovim.clean | default(package_default_clean_src) }}"
|
clean: "{{ pkgconfig_neovim.clean | default(_pkgconfig_force_rebuild) }}"
|
||||||
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
|
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
|
||||||
|
|
||||||
- name: Set neovim config for appimage install
|
- name: Set neovim config for appimage install
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
when:
|
when:
|
||||||
- neovim.installed_files is defined
|
- neovim.installed_files is defined
|
||||||
- neovim.clean
|
- neovim.clean
|
||||||
- _pkgconfig_force_rebuild
|
|
||||||
become: "{{ ext_become }}"
|
become: "{{ ext_become }}"
|
||||||
loop: "{{ neovim.installed_files }}"
|
loop: "{{ neovim.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
neovim:
|
neovim:
|
||||||
version: "{{ _pkgversion_neovim }}"
|
version: "{{ _pkgversion_neovim }}"
|
||||||
build_type: Release
|
build_type: Release
|
||||||
clean_install: false
|
clean_install: "{{ _pkgconfig_force_rebuild }}"
|
||||||
git_repo: https://github.com/neovim/neovim
|
git_repo: https://github.com/neovim/neovim
|
||||||
git_branch: "{{ _gitbranch_neovim }}"
|
git_branch: "{{ _gitbranch_neovim }}"
|
||||||
appimage:
|
appimage:
|
||||||
|
|||||||
Reference in New Issue
Block a user