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

proj: fix test suite #4

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

Gabriella439
Copy link
Collaborator

Corresponding upstream PR: NixOS#218719

When testing NixOS#213831 internally we ran into a build failure caused by that change for the proj package (on x86_64-linux). We're not sure how that's possible, but the nature of the build failure was that the network tests for the proj package were failing due to missing certificates, so I fixed the build failure by adding cacert as a test dependency.

It's still not clear (A) why the cert suddenly became necessary after the change in NixOS#213831 or (B) why the build worked at all before, but this is probably the right thing to do regardless because the test suite does have a network component.

When testing NixOS#213831 internally we ran into a build failure caused by
that change for the `proj` package (on `x86_64-linux`).  We're not sure
how that's possible, but the nature of the build failure was that the
network tests for the `proj` package were failing due to missing
certificates, so I fixed the build failure by adding `cacert` as a
test dependency.

It's still not clear (A) why the cert suddenly became necessary after
the change in NixOS#213831 or (B) why the build worked at all before, but
this is probably the right thing to do regardless because the test
suite does have a network component.
@Gabriella439 Gabriella439 merged commit d839ff9 into ghc944-on-incremental-stdenv-fix Feb 28, 2023
@Gabriella439 Gabriella439 deleted the gabriella/fix_proj_2 branch February 28, 2023 20:59
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