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

make apply_patches or make patch_duckdb to always succeed #1805

Merged
merged 2 commits into from
Aug 2, 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
Move to alternative name
  • Loading branch information
carlopi committed Aug 2, 2024
commit 712b19b7286dec92b274b54c6ae9e4af70cc33ad
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Prepare repository
run: |
(cd ./submodules/duckdb && git fetch --all --tags)
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- name: Prepare environment
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
- name: Prepare repository
run: |
(cd ./submodules/duckdb && git fetch --all --tags)
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- name: Prepare environment
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:

- name: Prepare repository
run: |
make patch_duckdb
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}

- uses: mymindstorm/setup-emsdk@v14
Expand Down