Skip to content

Fixed the test build on linux#260

Merged
anasdorbani merged 10 commits into
dais-polymtl:devfrom
anasdorbani:bugfix/linux-test-build
Apr 9, 2026
Merged

Fixed the test build on linux#260
anasdorbani merged 10 commits into
dais-polymtl:devfrom
anasdorbani:bugfix/linux-test-build

Conversation

@anasdorbani
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 19:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the unit test build linkage to address Linux build issues and adjusts the GitHub Actions workflow so the main distribution pipeline also runs for pull requests.

Changes:

  • Update unit test target link libraries (including linking duckdb_static and adjusting link order).
  • Enable MainDistributionPipeline.yml to run on pull_request events in addition to push.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
test/unit/CMakeLists.txt Adds duckdb_static (and reorders dependencies) when linking the unit test executable to improve Linux test build/link reliability.
.github/workflows/MainDistributionPipeline.yml Adds a pull_request trigger so the distribution pipeline executes on PRs, not only on pushes to main/dev.

Comment on lines 5 to 8
on:
pull_request:
push:
branches:
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new pull_request trigger is unfiltered (no branches/paths), so this distribution pipeline will run for every PR, including doc-only or unrelated changes. If the intent is just to validate extension-related changes, consider adding the same paths (and optionally branches) filters as the push trigger to avoid unnecessary CI load/time.

Copilot uses AI. Check for mistakes.
@anasdorbani anasdorbani force-pushed the bugfix/linux-test-build branch from ed92c68 to 63e8093 Compare April 8, 2026 20:24
@anasdorbani anasdorbani force-pushed the bugfix/linux-test-build branch from 63e8093 to 06ba9a7 Compare April 9, 2026 02:48
@anasdorbani anasdorbani merged commit dd038e1 into dais-polymtl:dev Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants