We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4077da6 commit 81262b0Copy full SHA for 81262b0
Makefile
@@ -113,7 +113,7 @@ debug: rust-build-debug ## Build the extension in debug mode (DuckDB + extension
113
.PHONY: install-deps
114
install-deps: ## Set up development environment (for Debian-based systems)
115
@echo "Setting up development environment..."
116
- @sudo apt-get install -y cmake clang-format snap python3-pip
+ @sudo apt-get install -y cmake clang-format snap python3-pip liblzma-dev
117
@sudo snap install rustup --classic
118
@cargo install cargo-tarpaulin cbindgen cargo-edit cargo-audit cargo-outdated cargo-careful
119
@cd gaggle && cargo check --features "tract"
0 commit comments