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

chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes #25940

Merged
merged 5 commits into from
May 29, 2017

Conversation

bendlas
Copy link
Contributor

@bendlas bendlas commented May 20, 2017

Motivation for this change

Security upgrades.

Things done

Updated versions and fixed the build for linux x86-64

Unfortunately, there were two build breakages from 57 -> 58.

One of them is about the bootstrapped gn, built during chromium's build. The following patch is needed, until the fix in master has come downstream to stable: bafcf42

The other one is about nodejs, which is used during the build to generate stuff. There is a script to download .../bin/node but it doesn't seem to work (anymore ?) in our build. Failing to get a response from chromium devs, I just tried softlinking our node binary into the build tree and it actually works: 1fe7bd9
There are two open issues with this, though:

  • is this solution durable?
  • does the build work in linux x86-32

cc @aszlig

  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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/)
  • Fits CONTRIBUTING.md.

somehow, the build seems to have changed with chromium 58, to not auto
download the node binary. It is needed to generate webui files and we
can substitute our own.
@mention-bot
Copy link

@bendlas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @aszlig, @joachifm and @bjornfor to be potential reviewers.

@bendlas
Copy link
Contributor Author

bendlas commented May 28, 2017

If nobody got any better ideas, please get this merged and cherry-pick it to stable as well. We need to keep our users protected.

@joachifm joachifm mentioned this pull request May 29, 2017
7 tasks
@joachifm joachifm merged commit 789bde2 into NixOS:master May 29, 2017
@joachifm
Copy link
Contributor

Merging, given lack of feedback of any kind from maintainers until now. Thank you

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