Skip to content

Commit

Permalink
Add python package build dependencies to jobserv.yml
Browse files Browse the repository at this point in the history
Added `gcc musl-dev python3-dev`.

Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed Oct 20, 2023
1 parent 013d4b2 commit 747de10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ triggers:
scripts:
make-docs: |
#!/bin/sh -ex
apk add --update make git graphviz curl ttf-freefont
pip install -U pip setuptools wheel ruamel.yaml.clib==0.2.7
apk add --update make git graphviz curl ttf-freefont gcc musl-dev python3-dev
pip install -r ./requirements.txt
echo == $(date "+%F %T") Setting up fioctl docs
Expand All @@ -44,6 +43,5 @@ scripts:
link-check: |
#!/bin/sh -ex
apk add --update make git
pip install -U pip setuptools wheel ruamel.yaml.clib==0.2.7
pip install -r ./requirements.txt
make BUILDDIR=/archive SPHINXBUILD=sphinx-build linkcheck

0 comments on commit 747de10

Please sign in to comment.