Skip to content

Commit 51c9b8d

Browse files
authored
build(nix): fix osmosis fetch via http (#252)
* update cosmos.nix branch * update osmosis lock * prefetch the git source * rm osmosis pre-fetch step * revert cosmos.nix pr branch * update cosmos.nix lock * update nixpkg and rust-overlay lock
1 parent c12c631 commit 51c9b8d

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

.github/workflows/hermes.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ jobs:
3636
relayer -> relayer/target
3737
light-client -> light-client/target
3838
39-
- name: Pre-fetch Osmosis repo
40-
run: |
41-
OSMOSIS_REV=`nix flake metadata --json | jq -r '.locks.nodes["osmosis-src"].locked.rev'`
42-
for i in `seq 1 10`; do
43-
if nix flake prefetch "github:osmosis-labs/osmosis/${OSMOSIS_REV}"; then
44-
exit 0
45-
else
46-
sleep 2
47-
fi
48-
done
49-
exit 1
50-
5139
- name: Nix build
5240
env:
5341
RUST_BACKTRACE: 1

flake.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)