forked from dfinity/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disconnect sdk from the private dfinity repo (dfinity#1797)
* wip * use non builtin fetch for hydra * use the older versions * clean up the build script * remove dfinity from sources
- Loading branch information
Jude Taylor
authored
Aug 26, 2021
1 parent
f925cbc
commit e6b5e6d
Showing
3 changed files
with
66 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,18 +37,28 @@ | |
"rev": "87104afb2aa76f1cf8f6709328c1a2116f273147", | ||
"type": "git" | ||
}, | ||
"dfinity": { | ||
"branch": "master", | ||
"repo": "ssh://[email protected]/dfinity-lab/dfinity", | ||
"rev": "da2e149cbee5f98905e5a0126d0919be12a7c29d", | ||
"type": "git" | ||
}, | ||
"ic-ref": { | ||
"branch": "release-0.17", | ||
"repo": "ssh://[email protected]/dfinity-lab/ic-ref", | ||
"rev": "0da8f01f0a4d6fce0a4f2c14ff767789311dbfa2", | ||
"type": "git" | ||
}, | ||
"ic-starter-x86_64-darwin": { | ||
"builtin": false, | ||
"rev": "da2e149cbee5f98905e5a0126d0919be12a7c29d", | ||
"sha256": "0hpa0j8gll7bk7rx8jh1y5ad8x5y2pg3bishr1ayi3rardnn2shk", | ||
"type": "file", | ||
"url": "https://download.dfinity.systems/ic/da2e149cbee5f98905e5a0126d0919be12a7c29d/nix-release/x86_64-darwin/ic-starter.gz", | ||
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/x86_64-darwin/ic-starter.gz" | ||
}, | ||
"ic-starter-x86_64-linux": { | ||
"builtin": false, | ||
"rev": "da2e149cbee5f98905e5a0126d0919be12a7c29d", | ||
"sha256": "1bx2j7kcii4s20i6cn2hlwkg3wbjz9xzhifz39ynsij0q1z03ka5", | ||
"type": "file", | ||
"url": "https://download.dfinity.systems/ic/da2e149cbee5f98905e5a0126d0919be12a7c29d/nix-release/ic-starter.gz", | ||
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/ic-starter.gz" | ||
}, | ||
"motoko": { | ||
"branch": "release", | ||
"repo": "https://github.com/dfinity/motoko", | ||
|
@@ -68,5 +78,21 @@ | |
"type": "tarball", | ||
"url": "https://github.com/nmattia/napalm/archive/4db4f253c78cfa8d8e8defb45dfe25e04409142a.tar.gz", | ||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | ||
}, | ||
"replica-x86_64-darwin": { | ||
"builtin": false, | ||
"rev": "da2e149cbee5f98905e5a0126d0919be12a7c29d", | ||
"sha256": "0hzx6kivkcyn8cw9qqfy6nhz60akjifnj7zx0dz31p91jmnrbjzs", | ||
"type": "file", | ||
"url": "https://download.dfinity.systems/ic/da2e149cbee5f98905e5a0126d0919be12a7c29d/nix-release/x86_64-darwin/replica.gz", | ||
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/x86_64-darwin/replica.gz" | ||
}, | ||
"replica-x86_64-linux": { | ||
"builtin": false, | ||
"rev": "da2e149cbee5f98905e5a0126d0919be12a7c29d", | ||
"sha256": "0xlqbvw9yz88wc8xd1kndsvx477ijq6shy52z44lwbrj6g2w7bzl", | ||
"type": "file", | ||
"url": "https://download.dfinity.systems/ic/da2e149cbee5f98905e5a0126d0919be12a7c29d/nix-release/replica.gz", | ||
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/replica.gz" | ||
} | ||
} |
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