-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:dfinity/motoko into joachim/multi…
…-value
- Loading branch information
Showing
221 changed files
with
3,994 additions
and
1,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Update nix hashes | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- master | ||
- release | ||
tags-ignore: | ||
- '**' | ||
|
||
jobs: | ||
update-hash: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
# This is needed to be able to push and trigger CI with that push | ||
token: ${{ secrets.NIV_UPDATER_TOKEN }} | ||
- uses: cachix/install-nix-action@v16 | ||
with: | ||
nix_path: nixpkgs=channel:nixos-21.11 | ||
- uses: cachix/cachix-action@v10 | ||
with: | ||
name: ic-hs-test | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
- name: Update drun cargo hash | ||
run: | | ||
cd nix | ||
nix --extra-experimental-features nix-command shell -f . nix-update -c nix-update --version=skip drun | ||
- name: Commit changes | ||
uses: EndBug/[email protected] | ||
with: | ||
author_name: Nix hash updater | ||
author_email: "<[email protected]>" | ||
message: "Updating nix hashes" | ||
# do not pull: if this branch is behind, then we might as well let | ||
# the pushing fail | ||
pull: "NO-PULL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.