Skip to content

Commit

Permalink
remove: wallet app from the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 23, 2024
1 parent 610a3ce commit 7a3d4ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_functional_tests_baking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_binaries"
flags: "APP=tezos_baking"

ragger_tests:
name: Run ragger tests using the reusable workflow
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all: show-app default

.PHONY: show-app
show-app:
@echo ">>>>> Building $(APP) at commit $(COMMIT)"
@echo ">>>>> Building at commit $(COMMIT)"


############
Expand Down Expand Up @@ -131,7 +131,7 @@ endif

CC := $(CLANGPATH)clang

CFLAGS += -DBAKING_APP -O3 -Os -Wall -Wextra -Wno-incompatible-pointer-types-discards-qualifiers
CFLAGS += -O3 -Os -Wall -Wextra -Wno-incompatible-pointer-types-discards-qualifiers

AS := $(GCCPATH)arm-none-eabi-gcc

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker run --rm -ti -v $(pwd):/app ledger-app-builder:latest
Then build the baking app:

```
BOLOS_SDK=$NANOS_SDK APP=tezos_baking make
BOLOS_SDK=$NANOS_SDK make
```

You can replace `NANOS` with `NANOSP`, `NANOX`, `STAX` for the other devices.
Expand Down

0 comments on commit 7a3d4ef

Please sign in to comment.