Skip to content

Commit

Permalink
restore borked set_duckdb_version target
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 7, 2024
1 parent e440b01 commit 1f10738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ Clone the repo with submodules
git clone --recurse-submodules <repo>
```

### Dependencies
## Dependencies
In principle, these extensions can be compiled with the Rust toolchain alone. However, this template relies on some additional
tooling to make life a little easier and to be able to share CI/CD infrastructure with extension templates for other languages:

- python3
- python3-venv
- Python3
- Python3-venv
- [Make](https://www.gnu.org/software/make)
- git
- Git

Installing these dependencies will vary per platform:
- For Linux, these come generally pre-installed or are available through the distro-specific package manager.
- For MacOS, [homebrew](https://formulae.brew.sh/) is your answer.
- For Windows, [chocolatey](https://community.chocolatey.org/) comes recommended.
- For MacOS, [homebrew](https://formulae.brew.sh/).
- For Windows, [chocolatey](https://community.chocolatey.org/).

## Building
After installing the dependencies, building is a two-step process. Firstly run:
Expand Down
2 changes: 2 additions & 0 deletions duckdb_extension_c_api.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ set_MINIMUM_DUCKDB_VERSION: nop

set_duckdb_tag: nop

set_duckdb_version: nop

output_distribution_matrix:
cat extension-ci-tools/config/distribution_matrix.json

Expand Down

0 comments on commit 1f10738

Please sign in to comment.