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 0e1d8f3
Show file tree
Hide file tree
Showing 2 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
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APPNAME = "Tezos Baking"
ifeq ($(TARGET_NAME), TARGET_NANOS)
APP_LOAD_FLAGS=--appFlags 0x800 # APPLICATION_FLAG_LIBRARY
else
APP_LOAD_FLAGS=--appFlags 0xa40 # APPLICATION_FLAG_LIBRARY + APPLICATION_FLAG_BOLOS_SETTINGS + BLE SUPPORT
APP_LOAD_FLAGS=--appFlags 0xa40 # APPLICATION_FLAG_LIBRARY + APPLICATION_FLAG_BOLOS_SETTINGS + APPLICATION_FLAG_GLOBAL_PIN
endif
APP_LOAD_PARAMS=$(APP_LOAD_FLAGS) --curve ed25519 --curve secp256k1 --curve secp256r1 --path "44'/1729'" $(COMMON_LOAD_PARAMS)

Expand Down 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

0 comments on commit 0e1d8f3

Please sign in to comment.