Skip to content

Commit 2ced331

Browse files
committed
Drop cloning dex
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 5a1e6b9 commit 2ced331

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,6 @@ COUNT ?= 1
245245
NPROC ?= $$(( $(shell nproc) / 2 ))
246246
E2E_PARALLELISM ?= $$(( $(NPROC) > 1 ? $(NPROC) : 1))
247247

248-
dex:
249-
git clone https://github.com/dexidp/dex.git
250-
dex/bin/dex: dex
251-
(cd dex; make)
252-
253248
$(DEX):
254249
mkdir -p $(TOOLS_DIR)
255250
git clone --branch $(DEX_VER) --depth 1 https://github.com/dexidp/dex $(TOOLS_DIR)/dex-clone-$(DEX_VER) || true

0 commit comments

Comments
 (0)