Skip to content

Commit

Permalink
exclude rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Feb 22, 2024
1 parent 9ebf2f0 commit 87308c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
vcpkg_commit: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
duckdb_version: v0.10.0
extension_name: h3ext
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools"

# duckdb-stable-deploy:
# name: Deploy extension binaries
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ DUCKDB_PATH="/duckdb"

# For non-MinGW windows the path is slightly different
ifeq ($(OS),Windows_NT)
ifneq ($(CXX),g++)
# TODO: Doesn't match what should actually happen
# ifneq ($(CXX),g++)
TEST_PATH="/test/Release/unittest.exe"
DUCKDB_PATH="/Release/duckdb.exe"
endif
# endif
endif

#### OSX config
Expand Down

0 comments on commit 87308c3

Please sign in to comment.