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

pythonPackages.confluent-kafka: fix build #46380

Merged
merged 1 commit into from Sep 8, 2018

Conversation

mbode
Copy link
Contributor

@mbode mbode commented Sep 8, 2018

/cc ZHF #45960

Motivation for this change

fix build

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Sep 8, 2018

@GrahamcOfBorg build python27Packages.confluent-kafka python36Packages.confluent-kafka

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python27Packages.confluent-kafka, python36Packages.confluent-kafka

Partial log (click to expand)

writing manifest file 'confluent_kafka.egg-info/SOURCES.txt'
running build_ext
copying build/lib.macosx-10.10-x86_64-2.7/confluent_kafka/cimpl.so -> confluent_kafka

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/wv3jdx7lalb18kyl4vqf4jypyh5rkwdl-python2.7-confluent-kafka-0.11.5
/nix/store/98c0bj73924zcxi2qm67vrz7yxxj2la4-python3.6-confluent-kafka-0.11.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python27Packages.confluent-kafka, python36Packages.confluent-kafka

Partial log (click to expand)

writing manifest file 'confluent_kafka.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-aarch64-2.7/confluent_kafka/cimpl.so -> confluent_kafka

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/47gmf1q23y6f71jyw4xgr1fc1ap0x00d-python2.7-confluent-kafka-0.11.5
/nix/store/fndpms06zxvhk4q9gwx12x8a97splcis-python3.6-confluent-kafka-0.11.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python27Packages.confluent-kafka, python36Packages.confluent-kafka

Partial log (click to expand)

writing manifest file 'confluent_kafka.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-x86_64-2.7/confluent_kafka/cimpl.so -> confluent_kafka

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/hi2jqayqzv3zpiw64wzvs4kswpv6ppz0-python2.7-confluent-kafka-0.11.5
/nix/store/72ir40j9izinlr367q3f0vky1qsp6yw9-python3.6-confluent-kafka-0.11.5

@xeji xeji merged commit 73e75a7 into NixOS:master Sep 8, 2018
xeji pushed a commit that referenced this pull request Sep 8, 2018
@xeji
Copy link
Contributor

xeji commented Sep 8, 2018

backported: 52a9286

@mbode mbode deleted the confluent-kafka_futures branch September 9, 2018 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants