Skip to content

Commit

Permalink
remove cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Feb 13, 2024
1 parent 5d6b399 commit bd923f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ jobs:
# Also ensure we have all history with all tags
fetch-depth: 0

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

- name: ❄ Build static executables
run: |
nix build .#release-static
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/cardano-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
repository: IntersectMBO/cardano-node
ref: 8.7.2

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Build cardano-node static executables
run: |
mkdir -p out/
Expand All @@ -49,13 +42,6 @@ jobs:
repository: ch1bo/cardano-node
ref: 170817f5ba3f7838ffd9bd181bc30504906a6506

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Build executables
run: |
mkdir -p out
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: 🔨 Build image using nix
run: |
IMAGE_NAME=ghcr.io/${{github.repository_owner}}/${{matrix.target}}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
with:
submodules: true

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
- name: 🧹 Delete cardano-node db (when using mithril)
if: ${{ inputs.use-mithril }}
run: |
Expand Down

0 comments on commit bd923f9

Please sign in to comment.