nixpkgs/pkgs/applications/networking/browsers/chromium
Michael Weiss 950f286392
Merge pull request #195407 from primeos/chromiumDev
chromiumDev: 108.0.5327.0 -> 108.0.5343.2
2022-10-11 20:51:31 +02:00
..
patches chromium: Fix the build 2022-09-02 23:34:18 +02:00
browser.nix ungoogled-chromium: added myself as maintainer 2022-04-01 22:41:06 +02:00
common.nix treewide: drop -l$NIX_BUILD_CORES 2022-09-22 16:01:23 -04:00
default.nix NIXOS_OZONE_WL: fix wayland window decorations 2022-09-28 15:56:55 +02:00
get-commit-message.py chromium: get-commit-message.py: Support releases with 1 security fix 2022-04-10 22:38:54 +02:00
README.md chromium: Update the documentation 2021-02-07 19:26:14 +01:00
ungoogled-flags.toml ungoogled-chromium: 103.0.5060.134 -> 104.0.5112.81 2022-08-05 09:16:59 +02:00
ungoogled.nix applications/networking: /s/name/pname&version/ 2021-07-19 14:55:48 +02:00
update.py chromedriver: fix darwin aarch64 2022-10-08 16:15:57 +03:00
upstream-info.json Merge pull request #195407 from primeos/chromiumDev 2022-10-11 20:51:31 +02:00

Maintainers

  • Note: We could always use more contributors, testers, etc. E.g.:
    • A dedicated maintainer for the NixOS stable channel
    • PRs with cleanups, improvements, fixes, etc. (but please try to make reviews as easy as possible)
    • People who handle stale issues/PRs
  • Primary maintainer (responsible for all updates): @primeos
  • Testers (test all stable channel updates)
    • nixos-unstable:
      • x86_64: @danielfullmer
      • aarch64: @thefloweringash
    • Stable channel:
      • x86_64: @Frostman
  • Other relevant packages:
    • chromiumBeta and chromiumDev: For testing purposes only (not build on Hydra). We use these channels for testing and to fix build errors in advance so that chromium updates are trivial and can be merged fast.
    • google-chrome, google-chrome-beta, google-chrome-dev: Updated via Chromium's upstream-info.json
    • ungoogled-chromium: @squalus
    • chromedriver: Updated via Chromium's upstream-info.json and not built from source.

Upstream links

Updating Chromium

Simply run ./pkgs/applications/networking/browsers/chromium/update.py to update upstream-info.json. After updates it is important to test at least nixosTests.chromium (or basic manual testing) and google-chrome (which reuses upstream-info.json).

Note: The source tarball is often only available a few hours after the release was announced. The CI/CD status can be tracked here:

To run all automated NixOS VM tests for Chromium, ungoogled-chromium, and Google Chrome (not recommended, currently 6x tests!):

nix-build nixos/tests/chromium.nix

A single test can be selected, e.g. to test ungoogled-chromium (see channelMap in nixos/tests/chromium.nix for all available options):

nix-build nixos/tests/chromium.nix -A ungoogled

(Note: Testing Google Chrome requires export NIXPKGS_ALLOW_UNFREE=1.)

For custom builds it's possible to "override" channelMap.

Backports

All updates are considered security critical and should be ported to the stable channel ASAP. When there is a new stable release the old one should receive security updates for roughly one month. After that it is important to mark Chromium as insecure (see 69e4ae56c4b for an example; it is important that the tested job still succeeds and that all browsers that use upstream-info.json are marked as insecure).

Major version updates

Unfortunately, Chromium regularly breaks on major updates and might need various patches. Either due to issues with the Nix build sandbox (e.g. we cannot fetch dependencies via the network and do not use standard FHS paths) or due to missing upstream fixes that need to be backported.

Good sources for such patches and other hints:

If the build fails immediately due to unknown compiler flags this usually means that a new major release of LLVM is required.

Beta and Dev channels

Those channels are only used to test and fix builds in advance. They may be broken at times and must not delay stable channel updates.

Testing

Useful tests: