Skip to content

Commit

Permalink
build: archive install-*-deps logs when run in ci
Browse files Browse the repository at this point in the history
Type: make

Change-Id: Id779d7c90a920926d40d241afb89bcb9312bcfc1
Signed-off-by: Dave Wallace <[email protected]>
  • Loading branch information
dwallacelf authored and Damjan Marion committed Dec 18, 2024
1 parent bdb52dc commit 4358a18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# Scripts require non-POSIX parts of bash
SHELL := $(shell which bash)

ifneq ($(NOMAD_TASK_NAME),)
WORKSPACE ?= $(shell dirname $(shell dirname $(CURDIR)))
endif
DL_CACHE_DIR = $(HOME)/Downloads
MAKE_ARGS ?= -j
BUILD_DIR ?= $(CURDIR)/_build
Expand All @@ -34,7 +37,7 @@ D := $(DOWNLOAD_DIR)
ifeq ($(WORKSPACE),)
L := $(B)
else
L := $(WORKSPACE)/archives/vpp-ext-deps
L := $(WORKSPACE)/archives/install-deps-logs
$(shell rm -rf $(L) && mkdir -p $(L))
endif

Expand Down

0 comments on commit 4358a18

Please sign in to comment.