Skip to content

Commit

Permalink
common: install debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 3, 2024
1 parent 20bfc3f commit 6156adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gha-runners/run-ras-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

- name: "Build PMDK"
shell:
cmd: "make -j install prefix={{ pmdk_install_dir_path }}"
cmd: "make DEBUG=1 -j install prefix={{ pmdk_install_dir_path }}"
chdir: "{{ repo.pmdk.target_dir }}"
executable: "{{ bash_path }}"
register: output
Expand Down

0 comments on commit 6156adb

Please sign in to comment.