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: fix evaluation problems #47700

Merged
merged 1 commit into from Oct 3, 2018
Merged

treewide: fix evaluation problems #47700

merged 1 commit into from Oct 3, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Oct 3, 2018

Some are related to setting allowAliases = false;

@ryantm
Copy link
Member Author

ryantm commented Oct 3, 2018

@GrahamcOfBorg build flpsed roccat-tools terraform-provider-libvirt terraform-provider-ibm

@ryantm ryantm mentioned this pull request Oct 3, 2018
9 tasks
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: flpsed, roccat-tools, terraform-provider-libvirt, terraform-provider-ibm

Partial log (click to expand)

copying path '/nix/store/pijpsln7kafjx2bknlpnrnv6cff4n2pl-zfs-user-0.7.11' from 'https://cache.nixos.org'...
copying path '/nix/store/d8clll8nkkysjfjpp693cd7r1c8kpc5f-libGLU-combined' from 'https://cache.nixos.org'...
copying path '/nix/store/0drzzaaaxw3rr38aqfvr2pw67izfrn7v-libvirt-4.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/a6p8c6g2k2ximyypv9ys8gzfd4gz528s-fltk-1.3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/yhmrh0hw4b1xz6gski8civs6rn5apraf-flpsed-0.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/6shzyqc29hl21bavjxvm0vq7145hw8rs-terraform-provider-libvirt-0.4-bin' from 'https://cache.nixos.org'...
/nix/store/yhmrh0hw4b1xz6gski8civs6rn5apraf-flpsed-0.7.3
/nix/store/z818vyqdycq8k55rpjsrm19c522r3jyh-roccat-tools-5.7.0
/nix/store/6shzyqc29hl21bavjxvm0vq7145hw8rs-terraform-provider-libvirt-0.4-bin
/nix/store/xpmp0022ja17qdq7wpf1r5hr8hi7v62i-terraform-provider-ibm-0.11.1-bin

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: terraform-provider-ibm

The following builds were skipped because they don't evaluate on x86_64-darwin: flpsed, roccat-tools, terraform-provider-libvirt

Partial log (click to expand)


b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


these paths will be fetched (11.32 MiB download, 36.01 MiB unpacked):
  /nix/store/n0qawdlgbjfyyhyq2xjjcrymhix1f2rx-terraform-provider-ibm-0.11.1-bin
copying path '/nix/store/n0qawdlgbjfyyhyq2xjjcrymhix1f2rx-terraform-provider-ibm-0.11.1-bin' from 'https://cache.nixos.org'...
/nix/store/n0qawdlgbjfyyhyq2xjjcrymhix1f2rx-terraform-provider-ibm-0.11.1-bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: flpsed, roccat-tools, terraform-provider-libvirt, terraform-provider-ibm

Partial log (click to expand)

copying path '/nix/store/4w3qn245fg0nd6anjq4z0iyg71iajdw3-parted-3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hnj58bi1938grkwqcb7nlc110kjkmkzg-yajl-2.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3x5bp25m6dcja8bayflv8q7szl32a25d-zfs-user-0.7.11-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/66afdryqrzxxw057d1ygblc8wkqz6byz-zfs-user-0.7.11' from 'https://cache.nixos.org'...
copying path '/nix/store/shlc1z0lrp9vr6zwrmq27cyicfd1l3hl-libvirt-4.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/hwxwa21dqmi9n0vxifahc27mw3xrzc3d-terraform-provider-libvirt-0.4-bin' from 'https://cache.nixos.org'...
/nix/store/4ga8svq5y77bxkinkxpk0gkia7wi2m76-flpsed-0.7.3
/nix/store/hxqc349frnhjl4hiijyhq81qd2r79yfl-roccat-tools-5.7.0
/nix/store/hwxwa21dqmi9n0vxifahc27mw3xrzc3d-terraform-provider-libvirt-0.4-bin
/nix/store/jyz2yqm7xx72qpnf4iql5yn0s05g9p8x-terraform-provider-ibm-0.11.1-bin

@@ -22155,11 +22155,6 @@ with pkgs;
callPackage ../applications/networking/cluster/terraform-providers {}
);

terraform-provider-libvirt = callPackage ../applications/networking/cluster/terraform-provider-libvirt {};

terraform-provider-ibm = callPackage ../applications/networking/cluster/terraform-provider-ibm {};
Copy link
Member

Choose a reason for hiding this comment

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

oops, my bad. Thanks for the fix @ryantm

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