Skip to content

Commit

Permalink
add reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 18, 2023
1 parent 1477b1c commit c8ea9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ ifneq ($(TOOLCHAIN_REPRODUCE),true)
$(MAKE) toolchain-restore-mtime
endif

.PHONY: reproduce
reproduce:
git lfs pull --include=fetch/apt/*
$(MAKE) toolchain-reproduce toolchain-profile

.PHONY: test
test: $(OUT_DIR)/ecr-proxy.linux-x86_64
$(call toolchain,' \
Expand Down

0 comments on commit c8ea9a6

Please sign in to comment.