Skip to content

Commit

Permalink
Move from rtools to mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jan 7, 2025
1 parent 0cd9d80 commit 3dfe5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestCITools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
extra_toolchains: 'rust;python3'
exclude_archs: 'windows_amd64_rtools;windows_amd64_mingw;linux_amd64_musl' # TODO: remove once fixed upstream
exclude_archs: 'windows_amd64_mingw;linux_amd64_musl' # TODO: remove once fixed upstream

delta-extension-main:
name: Rust builds (using Delta extension)
Expand All @@ -60,5 +60,5 @@ jobs:
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
duckdb_version: v1.1.3
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;linux_amd64_musl'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw;windows_amd64;linux_amd64_musl'
extra_toolchains: 'rust'
2 changes: 1 addition & 1 deletion config/distribution_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vcpkg_triplet": "x64-windows-static-md"
},
{
"duckdb_arch": "windows_amd64_rtools",
"duckdb_arch": "windows_amd64_mingw",
"vcpkg_triplet": "x64-mingw-static"
}
]
Expand Down

0 comments on commit 3dfe5b8

Please sign in to comment.