Skip to content

Commit

Permalink
Avoid testing musl outside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jan 9, 2025
1 parent f473553 commit 1743a16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefiles/c_api_extensions/base.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ ifeq ($(DUCKDB_PLATFORM),linux_amd64)
SKIP_TESTS=1
endif

# _musl tests would need to be run in the container
ifeq ($(DUCKDB_PLATFORM),linux_amd64_musl)
SKIP_TESTS=1
endif

# The mingw/rtools can not be tested using the python test runner unfortunately
ifeq ($(DUCKDB_PLATFORM),windows_amd64_rtools)
SKIP_TESTS=1
Expand Down

0 comments on commit 1743a16

Please sign in to comment.