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

[20.03] Firefox 79 #94746

Merged

Conversation

ajs124
Copy link
Member

@ajs124 ajs124 commented Aug 5, 2020

cc @vcunat @andir @taku0

Thunderbird is still compiling,seems to work fine.
Although we could actually just not compile it with the newer rust.

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@ajs124 ajs124 requested review from LnL7 and Mic92 as code owners August 5, 2020 17:35
@andir andir self-assigned this Aug 5, 2020
@ofborg ofborg bot added the 6.topic: rust label Aug 5, 2020
alyssais and others added 3 commits August 5, 2020 20:03
Thunderbird and Firefox don't build with 1.41 (or 1.45 for that matter)

based on 1f9cd4c
firefox 79 needs this

based on cebca41
@andir
Copy link
Member

andir commented Aug 5, 2020

I am getting a segfault when trying to execute this on nixos-unstable. Just before the crash it spits out an error about fontconfig. I guess that might be a fontconfig and/or glibc upgrade that broke compat with the running system?

That being said test are running just fine.

@@ -53,7 +55,7 @@

# dependencies requires for stable backports

, rust-cbindgen_0_14_1
Copy link
Member

Choose a reason for hiding this comment

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

Last nitpick: SInce we are touching these lines how about we merge this block with the one above at line 19-22? Would be more consistent and we wouldn't have two "blocks" for backports :)

Copy link
Member

@andir andir left a comment

Choose a reason for hiding this comment

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

Besides that one nitpick this looks fine. I assume the segfault I got (outside of the nixos test) was from some incompat between unstable (my current system channel) and 20.03.

(cherry picked from commit 6a4e0ee)
@ajs124
Copy link
Member Author

ajs124 commented Aug 5, 2020

Done.
It ran fine for me on 20.03. Would be cool if someone else could test it, though.

@ofborg ofborg bot requested a review from andir August 6, 2020 00:01
@flokli
Copy link
Contributor

flokli commented Aug 6, 2020

Successfully built this, and ran the firefox VM test.

@flokli flokli merged commit e23e054 into NixOS:release-20.03 Aug 6, 2020
@ajs124 ajs124 deleted the backport/20.03/firefox-79 branch August 6, 2020 14:26
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