Skip to content

Commit

Permalink
Bump duckdb version to next minor and remove custom patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Feb 13, 2024
1 parent 78511d4 commit 43e79a8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 143 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,8 @@ jobs:
run: |
cd duckdb
git checkout ${{ matrix.duckdb_version }}
cd duckdb-ext/duckdb
git checkout ${{ matrix.duckdb_version }}
- name: Patch DuckDB with named parameter support
run: |
cd duckdb
git apply ../duckdb-namedparams.patch
cd ../duckdb-ext/duckdb
git apply ../../duckdb-namedparams.patch
git checkout ${{ matrix.duckdb_version }}
- if: ${{ matrix.arch == 'linux_amd64_gcc4' }}
uses: ./duckdb/.github/actions/centos_7_setup
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
cd ../duckdb-ext/duckdb
git checkout ${{ matrix.duckdb_version }}
- name: Patch DuckDB with named parameter support
run: |
cd duckdb
git apply ../duckdb-namedparams.patch
cd ../duckdb-ext/duckdb
git apply ../../duckdb-namedparams.patch
- name: Build extension
run: |
dir duckdb-ext/duckdb/src/include
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,8 @@ jobs:
run: |
cd duckdb
git checkout ${{ matrix.duckdb_version }}
cd duckdb-ext/duckdb
git checkout ${{ matrix.duckdb_version }}
- name: Patch DuckDB with named parameter support
run: |
cd duckdb
git apply ../duckdb-namedparams.patch
cd ../duckdb-ext/duckdb
git apply ../../duckdb-namedparams.patch
git checkout ${{ matrix.duckdb_version }}
# Build extension
- name: Build extension
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 3726 files
2 changes: 1 addition & 1 deletion duckdb-ext/duckdb
Submodule duckdb updated 3726 files
118 changes: 0 additions & 118 deletions duckdb-namedparams.patch

This file was deleted.

0 comments on commit 43e79a8

Please sign in to comment.