8000 llvm12: add reproducible builds with nix by smunix · Pull Request #379 · llvm-hs/llvm-hs · GitHub
[go: up one dir, main page]

Skip to content

llvm12: add reproducible builds with nix #379

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

Open
wants to merge 11 commits into
base: llvm-12
Choose a base branch
from

Conversation

smunix
Copy link
@smunix smunix commented Dec 31, 2021

Adding nix support to make it easy to build and integrate llvm-hs.

~/P/h/l/llvm-hs (pre.llvm-12) ∫ n flake show --allow-import-from-derivation                                                                                                                      [22:58:46] 
git+file:///home/smunix/Programming/haskell/llvm/llvm-hs?ref=pre.llvm-12&rev=59e39e249bf2636cd252fbb960b88467260305e1
├───defaultPackage
│   └───x86_64-linux: package 'llvm-hs-12.0.0-902-20211231.59e39e2'
├───devShell
│   └───x86_64-linux: development environment 'ghc-shell-for-packages-0'
├───overlays
│   └───x86_64-linux: Nixpkgs overlay
└───packages
    └───x86_64-linux
        ├───"ghc8107/llvm-hs": package 'llvm-hs-12.0.0-8107-20211231.59e39e2'
        ├───"ghc8107/llvm-hs-combinators": package 'llvm-hs-combinators-0.1.0.0-8107-20211231.59e39e2'
        ├───"ghc8107/llvm-hs-pretty": package 'llvm-hs-pretty-0.9.0.0-8107-20211231.59e39e2'
        ├───"ghc8107/llvm-hs-pure": package 'llvm-hs-pure-12.0.0-8107-20211231.59e39e2'
        ├───"ghc902/llvm-hs": package 'llvm-hs-12.0.0-902-20211231.59e39e2'
        ├───"ghc902/llvm-hs-combinators": package 'llvm-hs-combinators-0.1.0.0-902-20211231.59e39e2'
        ├───"ghc902/llvm-hs-pretty": package 'llvm-hs-pretty-0.9.0.0-902-20211231.59e39e2'
        └───"ghc902/llvm-hs-pure": package 'llvm-hs-pure-12.0.0-902-20211231.59e39e2'

@smunix smunix changed the title add reproducible builds with nix llvm12: add reproducible builds with nix Dec 31, 2021
Flake lock file changes:

• Updated input 'lhp':
    'github:llvm-hs/llvm-hs-pretty/655ff4d47b3a584b4c9a5863f6121b954825920c' (2021-07-21)
  → 'github:smunix/llvm-hs-pretty/ace3c52ce575b1ba3a677436cc8efafb21fc10a3' (2021-12-31)
• Updated input 'np':
    'github:nixos/nixpkgs/4884725b151701282e8c539efc13cfe67dbb3add' (2021-12-30)
  → 'github:nixos/nixpkgs/1537d1a8989e094415bb8825a03c5bf2cd26f063' (2021-12-31)
Flake lock file changes:

• Updated input 'lhp':
    'github:smunix/llvm-hs-pretty/ace3c52ce575b1ba3a677436cc8efafb21fc10a3' (2021-12-31)
  → 'github:smunix/llvm-hs-pretty/2538d7bd6a58006c7a766c6346da6511d5d52264' (2021-12-31)
Flake lock file changes:

• Updated input 'lhp':
    'github:smunix/llvm-hs-pretty/2538d7bd6a58006c7a766c6346da6511d5d52264' (2021-12-31)
  → 'github:smunix/llvm-hs-pretty/b0160ce8b4de0f4594e271cbb64f302a6f8c7fdc' (2021-12-31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0