diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-24 13:47:59 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-24 14:06:29 +0100 |
commit | 6c585df69f92f92c4e8061daba891d506ec0c524 (patch) | |
tree | 086ca639a2b0ecbf8330306262731cedc5fee6e2 | |
parent | dc27af9d727f4250a5b8d3f5eb7ab7875b0e89ee (diff) |
Fix manifest-tool builds
It now selects the last release to allow compiling it [1]
[1] https://travis-ci.org/collivier/functest-xtesting/jobs/510384544
Change-Id: I4fdff1df75f39b3b2bc70c3ee9c9910adbe9f0ff
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 838fc2ffe26f06cb11455145b7e73c452e85c15d)
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9df4e9f4..0cd98bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_script: - sudo apt-get -y install qemu-user-static - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}" - (cd .. && git clone https://github.com/estesp/manifest-tool) + - (cd ../manifest-tool && git checkout v0.9.0) - (cd ../manifest-tool && sudo -E make && sudo -E make install) jobs: |