add flamegraph
parent
de274b41b0
commit
10201997b9
5
rust.yml
5
rust.yml
|
@ -71,6 +71,11 @@
|
|||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/fd"
|
||||
|
||||
- name: install flamegraph
|
||||
command: cargo install flamegraph
|
||||
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'
|
||||
|
|
Reference in New Issue