Skip to content

Commit

Permalink
Remove the custom Cargo configuration
Browse files Browse the repository at this point in the history
In the move from Alpine Linux 3.17 to 3.18 we also moved from Cargo
1.64.0 to 1.71.1. This takes us past Rust 1.68 (since Cargo uses the
same version) which introduced sparse registries and as a result this
should resolve #38.
  • Loading branch information
mcdonnnj committed May 23, 2024
1 parent b2a8ef8 commit b5ff78e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ RUN apk --no-cache add \
python3-dev=3.11.8-r0 \
python3=3.11.8-r0

# Copy in our custom Cargo configuration file
COPY src/config.toml /root/.cargo/

# Install pipenv to manage installing the Python dependencies into a created
# Python virtual environment. This is done separately from the virtual
# environment so that pipenv and its dependencies are not installed in the
Expand Down
7 changes: 0 additions & 7 deletions src/config.toml

This file was deleted.

0 comments on commit b5ff78e

Please sign in to comment.