mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 18:14:21 +01:00
Travis appears to be providing a version of golang that is too old for https://mvdan.cc/xurls/cmd/xurls, which is used by the CI scripts in the tests repo. See: - https://github.com/kata-containers/runtime/pull/744 - https://github.com/kata-containers/tests/pull/843#issuecomment-432297737 Required adding a NOP makefile to avoid Travis from trying to build this repo using `go`. Fixes #281. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
9 lines
100 B
Makefile
9 lines
100 B
Makefile
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
default:
|
|
@true
|