Skip to content

Commit b1ac303

Browse files
committed
WIP: add compile all FFIs task
1 parent a12924f commit b1ac303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

infra/ansible/aggregator.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
group: '{{ app_user }}'
4848
recurse: yes
4949

50+
- name: Compile all FFIs
51+
become: true
52+
shell:
53+
chdir: /home/{{ app_user }}/repos/aggregator/aligned_layer
54+
cmd: sudo -u {{ app_user }} . /home/{{ app_user }}/.profile && sudo -u {{ app_user }} make build_all_ffi_linux
55+
5056
- name: Allow access to tcp port 8090
5157
become: true
5258
ufw:

0 commit comments

Comments
 (0)