Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor csv reader includes because of r path length limitations #10658

Merged
merged 7 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "autoload tests"
This reverts commit 4a0f055.
  • Loading branch information
Hannes Mühleisen committed Feb 14, 2024
commit e37b677e883acde90eb3b77cf6e4696562449f39
6 changes: 3 additions & 3 deletions .github/workflows/OSX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
# Builds extensions for osx_arm64 and osx_amd64
name: OSX Extensions Release
runs-on: macos-latest
# needs: xcode-debug
needs: xcode-debug
strategy:
matrix:
label: [ 'x86_64', 'arm64' ]
Expand All @@ -193,12 +193,12 @@ jobs:
osx_arch: x86_64
duckdb_arch: osx_amd64
vcpkg_triplet: x64-osx
run_autoload_tests: 0
run_autoload_tests: 1
- label: arm64
osx_arch: arm64
duckdb_arch: osx_arm64
vcpkg_triplet: arm64-osx
run_autoload_tests: 1
run_autoload_tests: 0

env:
DUCKDB_EXTENSION_SIGNING_PK: ${{ secrets.DUCKDB_EXTENSION_SIGNING_PK }}
Expand Down
Loading