Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update circleci doc
  • Loading branch information
rflamary committed Oct 25, 2021
commit 31d3666ff9338d85a735e6507fecc1815e7b118b
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
jobs:
build_docs:
docker:
- image: circleci/python:3.7-stretch
- image: cimg/python:3.9
steps:
- checkout
- run:
Expand Down Expand Up @@ -34,18 +34,6 @@ jobs:
- data-cache-0
- pip-cache

- run:
name: Spin up Xvfb
command: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render -noreset;

# https://github.com/ContinuumIO/anaconda-issues/issues/9190#issuecomment-386508136
# https://github.com/golemfactory/golem/issues/1019
- run:
name: Fix libgcc_s.so.1 pthread_cancel bug
command: |
sudo apt-get install qt5-default

- run:
name: Get Python running
command: |
Expand Down