Skip to content

Commit 1d8c944

Browse files
vlaciqkaiser
authored andcommitted
chore(rust): convert to pure Python package, removing binding
Note, that lock files aren't touched at this point, to keep history simpler
1 parent d5e6aef commit 1d8c944

File tree

15 files changed

+8
-1116
lines changed

15 files changed

+8
-1116
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ runs:
5050
key: venv-${{ hashFiles('poetry.lock') }}-${{ inputs.python-version }}
5151

5252
- name: Poetry install
53-
run: UNBLOB_BUILD_RUST_EXTENSION=1 poetry install --with dev
53+
run: poetry install --with dev
5454
shell: bash

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ./.github/actions/setup-dependencies
2626

2727
- name: Poetry build
28-
run: UNBLOB_BUILD_RUST_EXTENSION=1 poetry build --format wheel
28+
run: poetry build --format wheel
2929

3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v2

.github/workflows/rust-binding.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ repos:
3232
- id: vulture
3333
name: Check vulture
3434

35-
- repo: https://github.com/doublify/pre-commit-rust
36-
rev: v1.0
37-
hooks:
38-
- id: fmt
39-
- id: clippy
40-
4135
- repo: https://github.com/nix-community/nixpkgs-fmt
4236
rev: v1.3.0
4337
hooks:

0 commit comments

Comments
 (0)