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

tracy: 0.7.5 -> 0.7.6 #112539

Merged
merged 1 commit into from
Feb 18, 2021
Merged

tracy: 0.7.5 -> 0.7.6 #112539

merged 1 commit into from
Feb 18, 2021

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Feb 9, 2021

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/wolfpld/tracy/releases.

meta.description for tracy is: "A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications"

meta.homepage for tracy is: "https://github.com/wolfpld/tracy"

meta.changelog for tracy is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
tracy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/610lwm6ar5iqw6whvmilv6npa24lh59b-tracy-0.7.6 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A tracy https://github.com/r-ryantm/nixpkgs/archive/fb66d5f7c579e8e7b67191e541c071c235539749.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/610lwm6ar5iqw6whvmilv6npa24lh59b-tracy-0.7.6
ls -la /nix/store/610lwm6ar5iqw6whvmilv6npa24lh59b-tracy-0.7.6/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • tracy

Maintainer pings

cc @mpickering @nagisa for testing.

@r-rmcgibbo
Copy link

Result of nixpkgs-review pr 112539 at fb66d5f run on aarch64-linux 1

1 package built:
3 suggestions:
  • warning: fixup-phase

    fixupPhase should not be overridden, use postFixup instead.

    Near pkgs/development/tools/tracy/default.nix:38:3:

       |
    38 |   fixupPhase = lib.optionalString stdenv.isDarwin ''
       |   ^
    
  • warning: missing-phase-hooks

    buildPhase should probably contain runHook preBuild and runHook postBuild.

    Near pkgs/development/tools/tracy/default.nix:24:3:

       |
    24 |   buildPhase = ''
       |   ^
    
  • warning: missing-phase-hooks

    installPhase should probably contain runHook preInstall and runHook postInstall.

    Near pkgs/development/tools/tracy/default.nix:31:3:

       |
    31 |   installPhase = ''
       |   ^
    

@tomberek
Copy link
Contributor

Result of nixpkgs-review pr 112539 run on x86_64-linux 1

1 package built:
  • tracy

@ryantm ryantm merged commit 24f8d10 into NixOS:master Feb 18, 2021
@r-ryantm r-ryantm deleted the auto-update/tracy branch February 18, 2021 04:28
@berberman
Copy link
Member

0.7.6 seems to be broken on macOS: https://hydra.nixos.org/job/nixpkgs/trunk/tracy.x86_64-darwin

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.

6 participants