mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
explain how to force i686 test on x86_64 (successful!)
This commit is contained in:
parent
6d201f4545
commit
7c06a7e20a
1 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
||||||
# EXPERIMENTAL i686 CODE PATH
|
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_armhf }} (armv6l or armv71)"
|
||||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_i686 }} (i686)"
|
|
||||||
set_fact:
|
set_fact:
|
||||||
kiwix_src_file: "{{ kiwix_src_file_i686 }}"
|
kiwix_src_file: "{{ kiwix_src_file_armhf }}"
|
||||||
kiwix_src_bin_only: False
|
kiwix_src_bin_only: True
|
||||||
when: ansible_machine == "i686"
|
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||||
|
|
||||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_linux64 }} (x86_64)"
|
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_linux64 }} (x86_64)"
|
||||||
set_fact:
|
set_fact:
|
||||||
|
@ -11,11 +10,12 @@
|
||||||
kiwix_src_bin_only: True
|
kiwix_src_bin_only: True
|
||||||
when: ansible_machine == "x86_64"
|
when: ansible_machine == "x86_64"
|
||||||
|
|
||||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_armhf }} (armv6l or armv71)"
|
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_i686 }} (i686)"
|
||||||
set_fact:
|
set_fact:
|
||||||
kiwix_src_file: "{{ kiwix_src_file_armhf }}"
|
kiwix_src_file: "{{ kiwix_src_file_i686 }}"
|
||||||
kiwix_src_bin_only: True
|
kiwix_src_bin_only: False
|
||||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
when: ansible_machine == "i686"
|
||||||
|
# COMMENT OUT LINE ABOVE TO TEST OF i686 CODE PATH ON X86_64 (WORKS NOV 2017)
|
||||||
|
|
||||||
- name: Download Kiwix software to /opt/iiab/downloads
|
- name: Download Kiwix software to /opt/iiab/downloads
|
||||||
get_url:
|
get_url:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue