refactor: remove vendor-assets wheel build flow, use editable install

- Remove vendor-assets and clean-vendor Makefile targets
- Lima VM test and Dockerfile.test now use make install (editable)
- Remove hate_crack/hashcat-utils from submodules-pre expander generation
- Update README to reflect no-vendoring install
This commit is contained in:
Justin Bollinger
2026-03-16 11:50:32 -04:00
parent a3059c1dd2
commit e0a79d7c7b
4 changed files with 6 additions and 59 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RUN python -m pip install -q uv==0.9.28
COPY . /workspace
RUN make submodules vendor-assets && uv tool install . && make clean-vendor
RUN make install
ENV PATH="${HOME}/.local/bin:${PATH}"
ENV HATE_CRACK_SKIP_INIT=1