diff options
author | jaseg <code@jaseg.net> | 2020-01-17 11:10:51 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-01-22 15:57:23 +0100 |
commit | 6408f5a15c8dd3967b073e8a2d160b5f490f534a (patch) | |
tree | c6f7c833469f5739d4010230380b3fd1a803df44 | |
parent | 9b8d653d72bd7bbaf5f5f06c18b6218026423617 (diff) | |
download | infra-6408f5a15c8dd3967b073e8a2d160b5f490f534a.tar.gz infra-6408f5a15c8dd3967b073e8a2d160b5f490f534a.tar.bz2 infra-6408f5a15c8dd3967b073e8a2d160b5f490f534a.zip |
deploy: gerbowebg/cairoffi issue workaround
-rw-r--r-- | setup_gerboweb.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_gerboweb.yml b/setup_gerboweb.yml index c06444c..29e83d3 100644 --- a/setup_gerboweb.yml +++ b/setup_gerboweb.yml @@ -18,6 +18,9 @@ - name: Install packages into gerbolyze container shell: arch-chroot "{{gerboweb_root}}" pacman -Syu --noconfirm python3 opencv hdf5 gtk3 python-numpy python-pip imagemagick unzip zip +- name: Workaround for cairoffi problem + shell: arch-chroot "{{gerboweb_root}}" pip install -U --upgrade-strategy=eager wheel + # TODO maybe install directly from local git checkout? - name: Install gerbolyze shell: arch-chroot "{{gerboweb_root}}" pip install -U --upgrade-strategy=eager gerbolyze |