Skip to content

Commit

Permalink
Merge pull request #258 from carlopi/skip_mingw
Browse files Browse the repository at this point in the history
Skip `_mingw` whenever skipping `_rtools`
  • Loading branch information
carlopi authored Jan 8, 2025
2 parents 94cef67 + e5215c6 commit b481c9d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/avro/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: C++
build: cmake
license: MIT
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools"
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw"

maintainers:
- hannes
Expand Down
2 changes: 1 addition & 1 deletion extensions/bigquery/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: C++
build: cmake
license: MIT
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_amd64;linux_arm64"
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;osx_amd64;linux_arm64"
vcpkg_commit: "e01906b2ba7e645a76ee021a19de616edc98d29f"
requires_toolchains: "parser_tools"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion extensions/chsql_native/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: Rust
build: cmake
license: MIT
excluded_platforms: "windows_amd64_rtools;windows_amd64;wasm_threads;wasm_eh;wasm_mvp"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw;windows_amd64;wasm_threads;wasm_eh;wasm_mvp"
requires_toolchains: "rust;python3"
maintainers:
- lmangani
Expand Down
2 changes: 1 addition & 1 deletion extensions/crypto/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docs:
extension:
build: cmake
description: Cryptographic hash functions and HMAC
excluded_platforms: windows_amd64_rtools;windows_amd64
excluded_platforms: windows_amd64_rtools;windows_amd64_mingw;windows_amd64
language: C++
license: MIT
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion extensions/evalexpr_rhai/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docs:
extension:
build: cmake
description: Evaluate the Rhai scripting language in DuckDB
excluded_platforms: windows_amd64_rtools;windows_amd64
excluded_platforms: windows_amd64_rtools;windows_amd64_mingw;windows_amd64
language: C++
license: Apache-2.0
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion extensions/h3/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extension:
license: Apache-2.0
maintainers:
- isaacbrodsky
excluded_platforms: "windows_amd64_rtools"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw"

repo:
github: isaacbrodsky/h3-duckdb
Expand Down
2 changes: 1 addition & 1 deletion extensions/pcap_reader/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: Rust
build: cmake
license: MIT
excluded_platforms: "windows_amd64_rtools;windows_amd64"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw;windows_amd64"
requires_toolchains: "rust;python3"
maintainers:
- lmangani
Expand Down
2 changes: 1 addition & 1 deletion extensions/pyroscope/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: Rust
build: cmake
license: MIT
excluded_platforms: "windows_amd64_rtools;windows_amd64;wasm_threads;wasm_eh;wasm_mvp"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw;windows_amd64;wasm_threads;wasm_eh;wasm_mvp"
requires_toolchains: "rust;python3"
maintainers:
- lmangani
Expand Down
2 changes: 1 addition & 1 deletion extensions/rusty_quack/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension:
language: Rust
build: cargo
license: MIT
excluded_platforms: "windows_amd64_rtools"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw"
requires_toolchains: "rust;python3"
maintainers:
- samansmink
Expand Down
2 changes: 1 addition & 1 deletion extensions/scrooge/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extension:
description: Provides functionality for financial data-analysis, including data scanners for the Ethereum Blockchain and Yahoo Finance
version: 0.0.2
language: C++
excluded_platforms: "windows_amd64_rtools"
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw"
build: cmake
license: MIT
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion extensions/sheetreader/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extension:
version: 0.1.0
language: C++
build: cmake
excluded_platforms: windows_amd64_rtools
excluded_platforms: "windows_amd64_rtools;windows_amd64_mingw"
license: MIT
maintainers:
- freddie-freeloader
Expand Down

0 comments on commit b481c9d

Please sign in to comment.