]> git.proxmox.com Git - mirror_ovs.git/blame - .travis/linux-prepare.sh
ovn: fix ovn-northd leak in build_acls
[mirror_ovs.git] / .travis / linux-prepare.sh
CommitLineData
826bc7b6
TG
1#!/bin/bash
2
67af7d70 3git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
e88b97cb 4cd sparse && make && make install && cd ..
ac1432a4
RB
5
6# Incompatibility between flake8 3.0.x and the hacking plugin:
7# https://gitlab.com/pycqa/flake8/issues/153
8# https://bugs.launchpad.net/hacking/+bug/1607942
9pip install --disable-pip-version-check --user six "flake8<3.0" hacking