Skip to content

Commit

Permalink
Merge branch 'master' into zcash-unified-addresses-2
Browse files Browse the repository at this point in the history
  • Loading branch information
krnak authored Aug 9, 2022
2 parents d989a8f + f538547 commit d872ac0
Show file tree
Hide file tree
Showing 91 changed files with 4,175 additions and 1,623 deletions.
1 change: 1 addition & 0 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ core unix frozen debug build arm:

core unix frozen btconly debug t1 build:
stage: build
<<: *gitlab_caching
needs: []
variables:
BITCOIN_ONLY: "1"
Expand Down
4 changes: 2 additions & 2 deletions ci/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ style prebuild:
GIT_SUBMODULE_STRATEGY: "none"
<<: *gitlab_caching
script:
- nix-shell --run "poetry run make style_check"
- nix-shell --run "poetry run make -j1 style_check"

# Check validity of coin definitions and protobuf files.
common prebuild:
Expand All @@ -33,7 +33,7 @@ gen prebuild:
stage: prebuild
<<: *gitlab_caching
script:
- nix-shell --run "poetry run make gen_check"
- nix-shell --run "poetry run make -j1 gen_check"

# Checking format of .editorconfig files.
editor prebuild:
Expand Down
1 change: 0 additions & 1 deletion ci/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ stdenvNoCC.mkDerivation ({
] ++ [
SDL2
SDL2_image
autoflake
bash
check
curl # for connect tests
Expand Down
Loading

0 comments on commit d872ac0

Please sign in to comment.