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

conan: 1.4.4 -> 1.4.5 #42517

Merged
merged 1 commit into from Jun 24, 2018
Merged

conan: 1.4.4 -> 1.4.5 #42517

merged 1 commit into from Jun 24, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/conan/versions.

These checks were done:

  • built on NixOS
  • Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_server-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_server had a zero exit code or showed the expected version
  • /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_build_info-wrapped passed the binary check.
  • /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_build_info passed the binary check.
  • Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan had a zero exit code or showed the expected version
  • 2 of 6 passed binary check by having a zero exit code.
  • 0 of 6 passed binary check by having the new version present in output.
  • found 1.4.5 with grep in /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5
  • directory tree listing: https://gist.github.com/25fd7dbaab3b2c2b870221856de5199b
  • du listing: https://gist.github.com/b94750efe01cb63b9541d4b897485f62

meta.description for conan is: '"Decentralized and portable C/C++ package manager"'.

Experimental: this build is cached with Cachix. To use the cache follow these experimental instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout a407c350e2f278eeab9bf3f863552b4abbc328d7 && nix-shell --pure -I nixpkgs=. -p conan

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/conan/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_server-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_server had a zero exit code or showed the expected version
- /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_build_info-wrapped passed the binary check.
- /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_build_info passed the binary check.
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan had a zero exit code or showed the expected version
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.4.5 with grep in /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5
- directory tree listing: https://gist.github.com/25fd7dbaab3b2c2b870221856de5199b
- du listing: https://gist.github.com/b94750efe01cb63b9541d4b897485f62
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

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

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: conan

Partial log (click to expand)

test_cross_remotes (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_invalid_tracer (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_json (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_only_download (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok

----------------------------------------------------------------------
Ran 8 tests in 23.195s

OK
/nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: conan

Partial log (click to expand)

test_invalid_tracer (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_json (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_only_download (conans.test.integration.test_build_info_extraction.MyBuildInfo) ... ok
test_package_test (conans.test.integration.test_package_config_test.TestPackageConfigTest) ... ok

----------------------------------------------------------------------
Ran 8 tests in 101.936s

OK
/nix/store/fx8hz5bwr3n0i93i15f6721zlcawblb7-conan-1.4.5

@xeji xeji merged commit 6ab9ba6 into NixOS:master Jun 24, 2018
@r-ryantm r-ryantm deleted the auto-update/conan branch June 24, 2018 21:40
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