Skip to content

Commit

Permalink
Clean before compiling again. Clean folder to reset sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Oct 30, 2023
1 parent c042148 commit e045709
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion roles/install_klipper/tasks/recore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@

- name: Recore - Compile STM32 binary with 32 KB flash
shell: |
make clean
make olddefconfig
make
make -j
args:
chdir: "{{ klipper_home }}"

Expand All @@ -217,6 +218,12 @@
remote_src: yes
force: no

- name: Recore - reset folder
shell: |
git reset --hard
args:
chdir: "{{ klipper_home }}"

- name: Recore - Install stm32 flasher script
copy:
src: "{{ role_path }}/files/flash-stm32"
Expand Down

0 comments on commit e045709

Please sign in to comment.