Skip to content

chore: fix builds after conda-forge upgrade - #4689

Open
lidavidm wants to merge 8 commits into
apache:mainfrom
lidavidm:ci
Open

chore: fix builds after conda-forge upgrade#4689
lidavidm wants to merge 8 commits into
apache:mainfrom
lidavidm:ci

Conversation

@lidavidm

@lidavidm lidavidm commented Aug 14, 2026

Copy link
Copy Markdown
Member

It seems conda-forge compilers no longer includes binutils?
@lidavidm
lidavidm marked this pull request as ready for review August 14, 2026 05:15
@lidavidm
lidavidm requested a review from amoeba August 14, 2026 05:15
@lidavidm

Copy link
Copy Markdown
Member Author

Locally, this seems to work.

@lidavidm
lidavidm requested a review from zeroshade as a code owner August 14, 2026 05:52
@lidavidm
lidavidm requested a review from kou as a code owner August 14, 2026 07:32
Comment thread .github/workflows/native-unix.yml Outdated
--file ci/conda_env_cpp.txt \
--file ci/conda_env_python.txt
--file ci/conda_env_python.txt \
${{ (runner.os == 'Linux' && 'gcc gxx') || 'clang clangxx "clang-21>=21.1.8"' }}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I think this is necessary as otherwise it seems to pick up system cc. But I think the version pin isn't necessary since I removed the libxml2 pin below (which somehow influenced the clang version)

@lidavidm lidavidm changed the title chore: fix documentation packaging build chore: fix builds after conda-forge upgrade Aug 14, 2026
@lidavidm

Copy link
Copy Markdown
Member Author

The final CI failure means we need to upgrade nanoarrow.

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.

ci: fix workflows after compilers 2.0.0

1 participant