Skip to content

Commit

Permalink
Remvoe cachix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 10, 2024
1 parent 7f974a3 commit d1c9bc9
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
# - name: ❄ Cachix cache of nix derivations
# uses: cachix/cachix-action@v15
# with:
# name: cardano-scaling
# authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: ❓ Test
run: |
cd ${{ matrix.package }}
Expand Down Expand Up @@ -96,13 +83,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: πŸ“š Documentation (Haddock)
run: |
nix build .#haddocks
Expand Down Expand Up @@ -137,19 +117,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v15
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: πŸ“ˆ Benchmark
run: |
mkdir -p benchmarks
Expand Down Expand Up @@ -216,13 +183,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Nix Flake Check
run: |
nix flake check -L
Expand All @@ -235,19 +195,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v15
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: ❄ Build specification PDF
run: |
nix build .#spec && cp result/*.pdf .
Expand All @@ -272,13 +219,6 @@ jobs:
# Ensure we have all history with all commits
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: Set up and use the "ci" devShell
uses: nicknovitski/nix-develop@v1
with:
Expand Down

0 comments on commit d1c9bc9

Please sign in to comment.