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

remove zlib build from macos #35

Merged
merged 1 commit into from
Jan 23, 2024
Merged

remove zlib build from macos #35

merged 1 commit into from
Jan 23, 2024

Conversation

bjia56
Copy link
Collaborator

@bjia56 bjia56 commented Jan 22, 2024

This build doesn't seem to be doing anything anymore. Furthermore, zlib 1.3.1 was just released and the 1.3 source download link is now broken.

@perklet
Copy link
Collaborator

perklet commented Jan 23, 2024

The build failure of docker images should be unrelated, right? It seems to be a random timeout.

If the removed step has been not working already, the system's zlib was linked?

@bjia56
Copy link
Collaborator Author

bjia56 commented Jan 23, 2024

This only stopped working today because zlib 1.3 is no longer available at the specified url

@perklet
Copy link
Collaborator

perklet commented Jan 23, 2024

@perklet perklet merged commit ecdf1e0 into lexiforest:main Jan 23, 2024
6 of 7 checks passed
@perklet
Copy link
Collaborator

perklet commented Jan 24, 2024

I just noticed that zlib is still referenced here.

https://github.com/yifeikong/curl-impersonate/blob/ecdf1e0bcc17bb9e3b96bd2fb236549d0301c12d/.github/workflows/build-and-test-make.yml#L425-L435

Will this PR break aarch/arm build?

@bjia56
Copy link
Collaborator Author

bjia56 commented Jan 24, 2024

arm/arm64 uses a different pipeline so that part is not hit on those builds

@bjia56
Copy link
Collaborator Author

bjia56 commented Jan 24, 2024

Now that I think about it, I'm not certain that the macos build isn't using the custom zlib. I can revert this change and fix the zlib download url

@perklet
Copy link
Collaborator

perklet commented Jan 25, 2024

Yes, I think it's probably better to revert it, considering we want to compile M1 biniaries in #21.

bjia56 added a commit to bjia56/curl-impersonate that referenced this pull request Jan 25, 2024
perklet pushed a commit that referenced this pull request Jan 25, 2024
* Revert "remove zlib build from macos (#35)"

This reverts commit ecdf1e0.

* fix zlib url
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