Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
6 changes: 0 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Testing
on:
workflow_call:
jobs:
rust:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Perform tests for rust modules
run: cargo test
python:
runs-on: ubuntu-24.04
strategy:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ requirements.*
/scripts/
.dmypy.json
tmp
.envrc
.direnv
**/.DS_Store
result
172 changes: 0 additions & 172 deletions Cargo.lock

This file was deleted.

13 changes: 0 additions & 13 deletions Cargo.toml

This file was deleted.

6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ RUN apt-get update && \

RUN python -m venv --upgrade-deps /opt/venv

# Install the Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/opt/venv/bin:/root/.cargo/bin:${PATH}"

# Install uv 0.10.9
COPY --from=ghcr.io/astral-sh/uv:0.10.9 /uv /uvx /bin/

Expand Down Expand Up @@ -50,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \

# Uninstall dependencies from pyproject.toml:build-system.requires
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip uninstall setuptools setuptools-scm setuptools-rust wheel
uv pip uninstall setuptools setuptools-scm wheel

FROM registry-1.docker.io/library/python:${PYTHON_VERSION}-slim AS prod

Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

99 changes: 99 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading