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: ba9a6588a749
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9f84dea4a60f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 28, 2020

  1. clickhouse: use system LLVM

    Building LLVM pieces is a huge contributor to build times, and probably
    bloats binary size as well. Fortunately, there's a knob for this
    specific thing (-DUNBUNDLED=ON seems broken and requires some libraries
    which aren't packaged for Nix at the moment).
    
    Hopefully this will make clickhouse able to build on OfBorg.
    lukegb committed Nov 28, 2020
    Copy the full SHA
    6e39a67 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Merge pull request #105286 from lukegb/clickhouse

    clickhouse: use system LLVM
    bhipple committed Nov 29, 2020
    Copy the full SHA
    9f84dea View commit details
    Browse the repository at this point in the history