Skip to content

arrow-cpp: add GCS feature flag#144610

Merged
SuperSandro2000 merged 6 commits intoNixOS:masterfrom
cpcloud:arrow-cpp-gcs
Nov 7, 2021
Merged

arrow-cpp: add GCS feature flag#144610
SuperSandro2000 merged 6 commits intoNixOS:masterfrom
cpcloud:arrow-cpp-gcs

Conversation

@cpcloud
Copy link
Contributor

@cpcloud cpcloud commented Nov 4, 2021

Motivation for this change

Add GCS support for arrow-cpp.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot requested review from tobim and veprbl November 4, 2021 13:04
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Nov 4, 2021
@veprbl veprbl added the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 4, 2021
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 5, 2021
@veprbl veprbl added the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 5, 2021
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 5, 2021
@cpcloud cpcloud force-pushed the arrow-cpp-gcs branch 5 times, most recently from 4427ea8 to e0f65a8 Compare November 6, 2021 21:01
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
, enableGcs ? true
, enableGcs ? !stdenv.isDarwin # google-cloud-cpp is not supported on darwin

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this because of the transitive libnsl dependency (through grpc)?

@ofborg ofborg bot requested a review from veprbl November 7, 2021 12:26
@cpcloud
Copy link
Contributor Author

cpcloud commented Nov 7, 2021

Well, that's fun. It looks like we're hitting this boostorg/process#55. In theory this should build if we use boost170 on darwin. I'll add an assert so that people are aware of the need to upgrade to boost170 on darwin when s3 is enabled 😬

@SuperSandro2000 SuperSandro2000 merged commit ea5437f into NixOS:master Nov 7, 2021
@cpcloud cpcloud deleted the arrow-cpp-gcs branch November 7, 2021 17:57
@midchildan midchildan mentioned this pull request Dec 23, 2021
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants