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

Wine update: 3.20 -> 4.0-rc2 #51341

Merged
merged 1 commit into from Dec 19, 2018
Merged

Wine update: 3.20 -> 4.0-rc2 #51341

merged 1 commit into from Dec 19, 2018

Conversation

avnik
Copy link
Contributor

@avnik avnik commented Dec 1, 2018

Motivation for this change

Only 32bit tested (although wine-wow is builds as well)

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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@avnik avnik changed the title Wine update Wine update: 3.20 -> 3.21 Dec 1, 2018
@worldofpeace
Copy link
Contributor

cc @yegortimoshenko

@lukateras
Copy link
Member

@GrahamcOfBorg build wine-staging

Copy link
Contributor

@worldofpeace worldofpeace left a comment

Choose a reason for hiding this comment

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

Can you make the commit message clear that we're updating unstable and staging?

@avnik
Copy link
Contributor Author

avnik commented Dec 6, 2018

@worldofpeace done

@avnik
Copy link
Contributor Author

avnik commented Dec 10, 2018

@worldofpeace @yegortimoshenko updated to friday's 4.0-rc1, and rebased on fresh master.

@ikervagyok
Copy link
Contributor

@avnik maybe you could change the title of this pr as well, so people see that 4.0-rc1 is ready ;)

@avnik avnik changed the title Wine update: 3.20 -> 3.21 Wine update: 3.20 -> 4.0-rc1 Dec 15, 2018
@avnik
Copy link
Contributor Author

avnik commented Dec 15, 2018

@ikervagyok correct, was updated.
I think rc2 would be tomorrow (wine already released, and I waiting for staging (and for my weekend rebuild as well).

@worldofpeace I can't mark your review as resolved by some reasons (probably because I force-update branch)

@worldofpeace
Copy link
Contributor

@GrahamcOfBorg build wine-staging

@worldofpeace
Copy link
Contributor

Ahh forgot unstable.
@GrahamcOfBorg build wineUnstable

@worldofpeace
Copy link
Contributor

Looks good.

@yegortimoshenko Can you check give this a look again so I can merge?

@avnik
Copy link
Contributor Author

avnik commented Dec 18, 2018 via email

@worldofpeace
Copy link
Contributor

On Tue, Dec 18, 2018 at 05:24:05PM +0000, worldofpeace wrote: Looks good. @yegortimoshenko Can you check give this a look again so I can merge?
Or I can drop-in 4.0-rc2 ;)

Sure 👍

@avnik
Copy link
Contributor Author

avnik commented Dec 18, 2018 via email

@@ -7,10 +7,15 @@

with import ./util.nix { inherit lib; };

let configureFlags' = configureFlags ++ [ "--disable-tests" ];
in
Copy link
Member

Choose a reason for hiding this comment

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

Can we fix the tests?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think @avnik said that it saved a larger percentage of build time, which I did notice when having ofborg build this.

@@ -7,10 +7,15 @@

with import ./util.nix { inherit lib; };

let configureFlags' = configureFlags ++ [ "--disable-tests" ];
in

stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
builder = buildScript;
}) // rec {
Copy link
Member

Choose a reason for hiding this comment

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

It would be cleaner to remove rec here and set configureFlags = [ "--disable-tests" ] ++ configureFlags.

Copy link
Member

@lukateras lukateras left a comment

Choose a reason for hiding this comment

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

LGTM if 8c34f75 is reverted.

@lukateras
Copy link
Member

lukateras commented Dec 18, 2018

btw folks, what suggestions for upcomming 4.0... Put it to "stable" or put it to both?

I think the last time (3.0) they actually made development build point to the same one as stable, at the very least on this page: https://web.archive.org/web/20180201114619/https://www.winehq.org/

@avnik
Copy link
Contributor Author

avnik commented Dec 18, 2018 via email

@avnik
Copy link
Contributor Author

avnik commented Dec 19, 2018 via email

Disabling the build of regression tests was proposed in NixOS#51341
but this change has been postponed until we reach a concensus.
@worldofpeace worldofpeace changed the title Wine update: 3.20 -> 4.0-rc1 Wine update: 3.20 -> 4.0-rc2 Dec 19, 2018
@worldofpeace
Copy link
Contributor

Lets merge this before there's another rc 🤣

@worldofpeace worldofpeace merged commit 946e6af into NixOS:master Dec 19, 2018
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

5 participants