Skip to content

Conversation

@staticlibs
Copy link
Contributor

Due to the integration of duckdb/duckdb#19415 and
duckdb/extension-ci-tools#276 the 1.4-andium branch of Spatial extension can no longer be built with main branch of extension-ci-tools.

This PR pins the version of extension-ci-tools used for CI builds. It should fix the following build problem on Windows:

error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease'

Ref: duckdblabs/duckdb-internal#2036

Due to the integration of duckdb/duckdb#19415 and
duckdb/extension-ci-tools#276 the `1.4-andium` branch of Spatial
extension can no longer be built with `main` branch of
`extension-ci-tools`.

This PR pins the version of `extension-ci-tools` used for CI builds.
It should fix the following build problem on Windows:

```
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease'
```

Ref: duckdblabs/duckdb-internal#2036
@Maxxen Maxxen merged commit 7a47179 into duckdb:v1.4-andium Jan 10, 2026
22 checks passed
@Maxxen
Copy link
Member

Maxxen commented Jan 10, 2026

Thanks a ton!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants