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/nixpkgs
base: e639d3e844d7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ddc83e68ccf0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 9, 2020

  1. buildRubyGem: strip by default

    I'm not sure why this was disabled, but it looks like a pretty
    harmless way to bring down closure size and remove references to
    compilers and stuff.
    alyssais committed Jan 9, 2020
    Copy the full SHA
    11970ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec8293f View commit details
    Browse the repository at this point in the history
  3. ruby: remove references to CC by default

    This makes RbConfig["CC"] return an invalid path, but I hope nothing
    is depending on that anyway...
    alyssais committed Jan 9, 2020
    Copy the full SHA
    1636189 View commit details
    Browse the repository at this point in the history
  4. defaultGemConfig: reduce mathematical closure size

    ext/ isn't needed once the extensions have been built, contains
    references to a bunch of huge dependencies, and contains megabytes of
    tests.
    alyssais committed Jan 9, 2020
    Copy the full SHA
    fbe4716 View commit details
    Browse the repository at this point in the history
  5. defaultGemConfig: remove asciidoctor-diagram JARs

    (Except on JRuby, where these are presumably important.)
    alyssais committed Jan 9, 2020
    Copy the full SHA
    1ac11cc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Merge pull request #77149 from alyssais/asciidoctor

    Reduce AsciiDoctor closure size
    zimbatm committed Jan 10, 2020
    Copy the full SHA
    ddc83e6 View commit details
    Browse the repository at this point in the history