Remove credential helper from Z due to bionic (#59)

* Temporarily remove credential helper from Z build due to bionic issue
This commit is contained in:
Amrit K Kandola
2020-02-20 14:19:17 +00:00
committed by Luke J Powlett
parent b64f8e8c21
commit 5e23d979d2
2 changed files with 1 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ install-build-deps:
.PHONY: install-credential-helper
install-credential-helper:
ifneq ($(ARCH),ppc64le)
ifeq ($(ARCH),amd64)
ARCH=$(ARCH) ./travis-build-scripts/install-credential-helper.sh
endif