Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed May 22, 2021
1 parent e7ccc5f commit 4e4b6e0
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 244 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -108,9 +108,7 @@ jobs:
npm install -g yarn
- name: Build Ledger app
run: |
make build_full_parser_s
make clean
make build_full_parser_x
make SUBSTRATE_PARSER_FULL=1
- name: Build/Install build js deps
run: |
export PATH=~/.cargo/bin:$PATH
Expand Down
6 changes: 0 additions & 6 deletions app/Makefile
Expand Up @@ -213,12 +213,6 @@ rust:
# Before linking, we need to be sure rust lib is there
bin/app.elf: rust

build_full_parser_s: SUBSTRATE_PARSER_FULL=1
build_full_parser_s: buildS

build_full_parser_x: SUBSTRATE_PARSER_FULL=1
build_full_parser_x: buildX

.PHONY: rust_clean
rust_clean:
cd rust && CARGO_HOME="$(CURDIR)/rust/.cargo" cargo clean
Expand Down

0 comments on commit 4e4b6e0

Please sign in to comment.