remove frawk
parent
306c5e5bb1
commit
aeba65e283
12
rust.yml
12
rust.yml
|
@ -76,18 +76,6 @@
|
|||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/flamegraph"
|
||||
|
||||
- name: install frawk freebsd
|
||||
shell: LLVM_SYS_100_PREFIX=/usr/local/llvm10 cargo +nightly install frawk
|
||||
when: ansible_facts['system']|lower == 'freebsd'
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/frawk"
|
||||
|
||||
- name: install frawk linux
|
||||
shell: LLVM_SYS_100_PREFIX=/usr/lib64/llvm10 cargo +nightly install frawk
|
||||
when: ansible_facts['system']|lower == 'linux'
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/frawk"
|
||||
|
||||
- name: install git-gone
|
||||
command: cargo install git-gone
|
||||
args:
|
||||
|
|
Reference in New Issue