Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: 5386b3fd2d34
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 41923e4895a7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2020

  1. kernel-builder: Call either of install or zinstall

    It seems that under specific conditions:
    
     - 2a5 hardware
     - -j22
    
    the call to `make install zinstall` (simplified here) may break, with
    the installation of `System.map` happening in a manner where it fails
    the build. It was not trivial to reproduce elsewhere than on a 2a5
    machine, for unknown reasons.
    
    It was also only observed on google-walleye, but there is no reason is
    shouldn't be failing on other devices too.
    
    Odd.
    samueldr committed Dec 31, 2020
    Copy the full SHA
    29a1008 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from samueldr-wip/fix/kernel-builder-walleye

    kernel-builder: Call either of install or zinstall
    samueldr committed Dec 31, 2020
    Copy the full SHA
    41923e4 View commit details
    Browse the repository at this point in the history