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

treewide: Remove some more crossAttrs #44066

Merged
merged 5 commits into from Jul 24, 2018

Conversation

Ericson2314
Copy link
Member

Motivation for this change

Progress towards #33302. Packages here picked so as to not cause a mass-rebuild.

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.

@Ericson2314 Ericson2314 added the 6.topic: cross-compilation Building packages on a different sort platform than than they will be run on label Jul 24, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: curl, kmod, libxml2, newt, sharutils

Partial log (click to expand)

these paths will be fetched (0.24 MiB download, 1.37 MiB unpacked):
  /nix/store/834gppliwhn90aspxywl8zk71r8fa1hd-sharutils-4.15.2
copying path '/nix/store/834gppliwhn90aspxywl8zk71r8fa1hd-sharutils-4.15.2' from 'https://cache.nixos.org'...
/nix/store/ghbljn615xjslw8xp36j0yrxnhs7bhcn-curl-7.61.0-bin
/nix/store/k6pn35lzq6k5d6clzbkf2rkl08hfkr4b-kmod-25
/nix/store/ykxqvw7340aqvrj5vv71f845y1rb74z4-libxml2-2.9.8-bin
/nix/store/4vjgszyqr72z565dwnx6pzswy3cdqc92-newt-0.52.20
/nix/store/834gppliwhn90aspxywl8zk71r8fa1hd-sharutils-4.15.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: curl, kmod, libxml2, newt, sharutils

Partial log (click to expand)

these paths will be fetched (0.22 MiB download, 1.34 MiB unpacked):
  /nix/store/3nmy2gjj1pjd3nqvzkr28k18jl3l60a7-sharutils-4.15.2
copying path '/nix/store/3nmy2gjj1pjd3nqvzkr28k18jl3l60a7-sharutils-4.15.2' from 'https://cache.nixos.org'...
/nix/store/228s4k6k1dyhfanlmz7r9k585kaybv13-curl-7.61.0-bin
/nix/store/6009qbgng3rvqrgrssgfvsyz4zz2h9av-kmod-25
/nix/store/v6zql9axnwh0dz9qjjj57mkfr3v8dxzx-libxml2-2.9.8-bin
/nix/store/1cnglihsh1qyw34rz3864v1nxmws5lms-newt-0.52.20
/nix/store/3nmy2gjj1pjd3nqvzkr28k18jl3l60a7-sharutils-4.15.2

@Ericson2314 Ericson2314 merged commit 46b03cd into NixOS:master Jul 24, 2018
@Ericson2314 Ericson2314 deleted the no-crossAttrs-master branch July 24, 2018 22:59
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: curl, libxml2, sharutils

The following builds were skipped because they don't evaluate on x86_64-darwin: kmod, newt

Partial log (click to expand)



these paths will be fetched (0.28 MiB download, 1.47 MiB unpacked):
  /nix/store/5f41a0b7j8p68wnpm1lcba0mk1a9825g-sharutils-4.15.2
  /nix/store/ql8m0v44i00kyrrs64fv6slffcxqs6jj-curl-7.61.0-bin
copying path '/nix/store/ql8m0v44i00kyrrs64fv6slffcxqs6jj-curl-7.61.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/5f41a0b7j8p68wnpm1lcba0mk1a9825g-sharutils-4.15.2' from 'https://cache.nixos.org'...
/nix/store/ql8m0v44i00kyrrs64fv6slffcxqs6jj-curl-7.61.0-bin
/nix/store/5wsv6yj86r8wfjaqivfq6xcb3vi9mmzz-libxml2-2.9.8-bin
/nix/store/5f41a0b7j8p68wnpm1lcba0mk1a9825g-sharutils-4.15.2

@Ericson2314 Ericson2314 added this to Planned for 18.09 in Cross compilation Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: cross-compilation Building packages on a different sort platform than than they will be run on 10.rebuild-darwin: 0 10.rebuild-linux: 0
Projects
No open projects
Cross compilation
Planned for 18.09
Development

Successfully merging this pull request may close these issues.

None yet

2 participants