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

Add zlib dependency to conda dev environment and update websocket code for boost 1.87 #423

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

AdamGlustein
Copy link
Collaborator

This adds zlib as a direct dependency of the conda environment file rather than having it pulled in transitively from thrift, which is itself pulled in transitively from arrow. GH Actions was finding a outdated zlib version (1.3) in the conda end-to-end test without having it directly listed in the environment, although I'm not sure why 🤷.

Also, as we haven't run a conda build for about 3 weeks, boost upgraded from 1.86.0 to 1.87.0 in December which is causing a build failure in the websocket code. This is a one-line fix.

@AdamGlustein AdamGlustein added the part: build Issues and PRs related to the build process label Jan 4, 2025
@AdamGlustein AdamGlustein merged commit 9b81df9 into main Jan 5, 2025
33 checks passed
@AdamGlustein AdamGlustein deleted the add-zlib-dependency-to-conda branch January 5, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: build Issues and PRs related to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants