diff options
author | 2024-05-23 13:37:23 +0200 | |
---|---|---|
committer | 2024-05-23 11:49:13 +0000 | |
commit | 980263450cab4b4d2f8cbf6493534cf8561c4721 (patch) | |
tree | 1544ce9e2ffe87ffa10909f7200f59470b374898 /fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml | |
parent | d2eaa58765a4a110667acd3cc6575970776d5fa4 (diff) |
fix(packer): Update AWS image
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I1907fcb88dff0bb62cc6f5a8bf3ea58e3ad1578d
Diffstat (limited to 'fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml b/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml index 1a747f68d5..959330508d 100644 --- a/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml +++ b/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml @@ -46,17 +46,17 @@ retries: 300 when: trex_extracted.changed -- name: Compile Release {{ item }} Part III - ansible.builtin.command: "make -j 16" - args: - chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src" - when: trex_extracted.changed - -- name: Compile Release {{ item }} Part IV - ansible.builtin.command: "make install" - args: - chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src" - when: trex_extracted.changed +#- name: Compile Release {{ item }} Part III +# ansible.builtin.command: "make -j 16" +# args: +# chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src" +# when: trex_extracted.changed + +#- name: Compile Release {{ item }} Part IV +# ansible.builtin.command: "make install" +# args: +# chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src" +# when: trex_extracted.changed - name: Link libc.a to liblibc.a ansible.builtin.command: "ln -s -f /usr/lib/x86_64-linux-gnu/libc.a /usr/lib/x86_64-linux-gnu/liblibc.a" |