Skip to content

Commit

Permalink
Use our static solc in build-ami raiden-network#61
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad authored and utzig committed Nov 4, 2016
1 parent 1611754 commit 26bc6a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/ansible/build-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,15 @@
sudo: yes
with_items:
- geth
- solc
- daemon

- name: install static solc
get_url:
url: "https://github.com/brainbot-com/solidity-static/releases/download/v0.3.6/solc"
dest: "/usr/local/bin/solc"
mode: "a+x"
sudo: yes

- hosts: tag_Name_Build
name: make DAG
remote_user: "{{ remote_user }}"
Expand Down

0 comments on commit 26bc6a3

Please sign in to comment.