Skip to content

Commit

Permalink
feat(CI): setup cachix and enable build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlekcahdp4 committed Feb 4, 2025
1 parent aa8f2cd commit 53d84ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: ajlekcahdp4-llvm-bleach-cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: docker/setup-qemu-action@v3
with:
platforms: aarch64
- run: nix run nixpkgs#just check
- run: nix build -L
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
llvm-bleach = pkgs.callPackage ./. { inherit self llvmLib; };
default = llvm-bleach;
inherit llvmLibDebug;
inherit llvmLib;
};
devShells.default = pkgs.mkShell {
nativeBuildInputs =
Expand Down

0 comments on commit 53d84ef

Please sign in to comment.