Skip to content

Commit

Permalink
Updated infra
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 28, 2024
1 parent 7dc05a2 commit f95cd9b
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 176 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
env:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
run: |
nix build -L .#profiles_integrity.meta.debug
cachix push holochain-open-dev $(nix path-info .#profiles_integrity.meta.debug)
cachix pin holochain-open-dev profiles_integrity_debug $(nix path-info .#profiles_integrity.meta.debug)
nix build -L .#profiles_integrity
cachix push holochain-open-dev $(nix path-info .#profiles_integrity)
cachix pin holochain-open-dev profiles_integrity $(nix path-info .#profiles_integrity)
cachix push holochain-open-dev $(nix path-info --accept-flake-config .#profiles_integrity)
cachix pin holochain-open-dev profiles_integrity_debug $(nix path-info --accept-flake-config .#profiles_integrity)
nix build -L .#profiles.meta.debug
cachix push holochain-open-dev $(nix path-info .#profiles.meta.debug)
cachix pin holochain-open-dev profiles_debug $(nix path-info .#profiles.meta.debug)
nix build -L .#profiles_integrity.meta.release
cachix push holochain-open-dev $(nix path-info --accept-flake-config .#profiles_integrity.meta.release)
cachix pin holochain-open-dev profiles_integrity $(nix path-info --accept-flake-config .#profiles_integrity.meta.release)
nix build -L .#profiles
cachix push holochain-open-dev $(nix path-info .#profiles)
cachix pin holochain-open-dev profiles $(nix path-info .#profiles)
cachix push holochain-open-dev $(nix path-info --accept-flake-config .#profiles)
cachix pin holochain-open-dev profiles_debug $(nix path-info --accept-flake-config .#profiles)
nix build -L .#profiles.meta.release
cachix push holochain-open-dev $(nix path-info --accept-flake-config .#profiles.meta.release)
cachix pin holochain-open-dev profiles $(nix path-info --accept-flake-config .#profiles.meta.release)
Loading

0 comments on commit f95cd9b

Please sign in to comment.