Skip to content

Commit 1abdc83

Browse files
committed
ci: remove remote_hsmd from Makefile
1 parent 000d62c commit 1abdc83

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Makefile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ LIBRARY_PATH := /usr/local/lib
256256
endif
257257

258258
CPPFLAGS += -DBINTOPKGLIBEXECDIR="\"$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))\""
259-
CMNFLAGS = $(CDEBUGFLAGS) $(COPTFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . -I$(CPATH) $(SQLITE3_CFLAGS) $(POSTGRES_INCLUDE) $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS) $(COMPAT_CFLAGS) -DBUILD_ELEMENTS=1
260-
CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CMNFLAGS)
259+
CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) $(COPTFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . -I$(CPATH) $(SQLITE3_CFLAGS) $(POSTGRES_INCLUDE) $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS) $(COMPAT_CFLAGS) -DBUILD_ELEMENTS=1
261260

262261
# If CFLAGS is already set in the environment of make (to whatever value, it
263262
# does not matter) then it would export it to subprocesses with the above value
@@ -375,7 +374,6 @@ include devtools/Makefile
375374
include tools/Makefile
376375
include plugins/Makefile
377376
include tests/plugins/Makefile
378-
include contrib/remote_hsmd/Makefile
379377

380378
ifneq ($(FUZZING),0)
381379
include tests/fuzz/Makefile
@@ -424,8 +422,7 @@ PKGLIBEXEC_PROGRAMS = \
424422
lightningd/lightning_hsmd \
425423
lightningd/lightning_onchaind \
426424
lightningd/lightning_openingd \
427-
lightningd/lightning_websocketd \
428-
lightningd/remote_hsmd
425+
lightningd/lightning_websocketd
429426

430427
# Don't delete these intermediaries.
431428
.PRECIOUS: $(ALL_GEN_HEADERS) $(ALL_GEN_SOURCES)
@@ -451,10 +448,6 @@ else
451448
PYTEST_OPTS += -x
452449
endif
453450

454-
ifneq ($(PYTEST_MOREOPTS),)
455-
PYTEST_OPTS += $(PYTEST_MOREOPTS)
456-
endif
457-
458451
check-units:
459452

460453
check: check-units installcheck check-protos pytest

0 commit comments

Comments
 (0)