提交 4084c7fa 编写于 作者: T Tom Rini

travis-ci: Use a git URI for dtc.git

Currently we fail to fetch the dtc.git tree due to an SSL issue within
the travis-ci environment.  The easiest fix here is to switch to a git
URI.
Signed-off-by: NTom Rini <trini@konsulko.com>
Acked-by: NStephen Warren <swarren@nvidia.com>
Reviewed-by: NHeiko Schocher <hs@denx.de>
上级 2bb76f33
......@@ -25,7 +25,7 @@ cache:
install:
# install latest device tree compiler
- git clone --depth=1 https://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
- git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
- make -j4 -C /tmp/dtc
# prepare buildman environment
- export BUILDMAN_ROOT="root:"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册