Skip to content

Commit

Permalink
working on caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 27, 2023
1 parent 22c8f00 commit 1921fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
cache: 'pip'
cache-dependency-path: setup.py

- name: Install ccache, configure CFLAGS (ubuntu)
uses: ./.github/actions/config-cc

- name: Install native libs
uses: ./.github/actions/install-native-libs

Expand Down
1 change: 1 addition & 0 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ if [ -d /RelStorage -a -d /opt/python ]; then
## export XDG_CACHE_HOME="/cache"
id
ls -ld /cache
mkdir -p /cache/pip
ls -ld /cache/pip

yum -y install ccache
Expand Down

0 comments on commit 1921fa2

Please sign in to comment.