Skip to content

Commit

Permalink
Switch CI to building using Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Jan 1, 2024
1 parent 81ec557 commit 867d6fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e
with:
go-version: '^1.16'
- name: Checkout
uses: actions/checkout@v3
diagnostic-endpoint:
- uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63
with:
diagnostic-endpoint:
- name: Build
run: make
run: |
nix build --print-build-logs
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build/
nodes.json
result
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

0 comments on commit 867d6fd

Please sign in to comment.