Skip to content

Commit

Permalink
update to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Feb 8, 2024
1 parent ea7aee2 commit 0b002d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ rapids-mamba-retry install -y \
gh \
git \
jq \
"sccache==0.7.6" \
"sccache==0.7.7" \
"python=${PYTHON_VERSION}.*=*_cpython"
conda clean -aipty
EOF
Expand Down
2 changes: 1 addition & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ rm -rf gh_*
EOF

# Install sccache
ARG SCCACHE_VERSION=0.7.6
ARG SCCACHE_VERSION=0.7.7

RUN <<EOF
curl -o /tmp/sccache.tar.gz \
Expand Down

0 comments on commit 0b002d5

Please sign in to comment.